aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnunet-gns-import.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh
index bacc6eb9d..21156bc52 100755
--- a/contrib/gnunet-gns-import.sh
+++ b/contrib/gnunet-gns-import.sh
@@ -25,6 +25,6 @@ PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}'`
25gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V $PRIVATE 25gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V $PRIVATE
26gnunet-namestore -z master-zone -a -e never -n short -p -t PKEY -V $SHORT 26gnunet-namestore -z master-zone -a -e never -n short -p -t PKEY -V $SHORT
27 27
28# Link GNUnet's FCFS zone into master zone 28# Link GNUnet's FCFS zone into master zone under label "pin"
29gnunet-namestore -z master-zone -a -e never -n fcfs -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG 29gnunet-namestore -z master-zone -a -e never -n pin -p -t PKEY -V 72QC35CO20UJN1E91KPJFNT9TG4CLKAPB4VK9S3Q758S9MLBRKOG
30 30