diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-20 12:54:15 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-20 12:54:15 +0000 |
commit | 24c6fc033f1afcbb88da3ecabe95bb51088d8daf (patch) | |
tree | 474acf432f14783a2f5c0853c5a5fef73adca839 /contrib | |
parent | b4a39ea2614e401d84807f0ebe51f94bbc8b77ff (diff) |
-add missing alias for namestore
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gnunet-gns-import.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |