-add missing alias for namestore
authorChristian Grothoff <christian@grothoff.org>
Fri, 20 Dec 2013 12:54:15 +0000 (12:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 20 Dec 2013 12:54:15 +0000 (12:54 +0000)
contrib/gnunet-gns-import.sh

index 268dd04670df181e14f33562fd606abf8efc7619..fd56119d317db1ff5ec41fa3059f7be35fd1b15a 100755 (executable)
@@ -5,14 +5,14 @@
 LOCATION=$(which gnunet-config)
 if [ -z $LOCATION ]
 then
-       echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX" 
+       echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX"
        exit 1
 fi
 
 gnunet-arm -I 1> /dev/null 2>/dev/null
 if [ ! $? -eq 0 ]
 then
-       echo "GNUnet is not running, please start GNUnet before running import" 
+       echo "GNUnet is not running, please start GNUnet before running import"
        exit 1
 fi
 
@@ -45,6 +45,7 @@ gnunet-identity -C sks-zone $options
 # Integrate those with the respective subsystems.
 gnunet-identity -e short-zone -s gns-short $options
 gnunet-identity -e master-zone -s gns-master $options
+gnunet-identity -e master-zone -s namestore $options
 gnunet-identity -e master-zone -s gns-proxy $options
 gnunet-identity -e private-zone -s gns-private $options
 gnunet-identity -e sks-zone -s fs-sks $options