From 24c6fc033f1afcbb88da3ecabe95bb51088d8daf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Dec 2013 12:54:15 +0000 Subject: -add missing alias for namestore --- contrib/gnunet-gns-import.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index 268dd0467..fd56119d3 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -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 -- cgit v1.2.3