aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/gnunet-gns-import.sh5
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 @@
5LOCATION=$(which gnunet-config) 5LOCATION=$(which gnunet-config)
6if [ -z $LOCATION ] 6if [ -z $LOCATION ]
7then 7then
8 echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX" 8 echo "GNUnet command line tools not found, check environmental variables PATH and GNUNET_PREFIX"
9 exit 1 9 exit 1
10fi 10fi
11 11
12gnunet-arm -I 1> /dev/null 2>/dev/null 12gnunet-arm -I 1> /dev/null 2>/dev/null
13if [ ! $? -eq 0 ] 13if [ ! $? -eq 0 ]
14then 14then
15 echo "GNUnet is not running, please start GNUnet before running import" 15 echo "GNUnet is not running, please start GNUnet before running import"
16 exit 1 16 exit 1
17fi 17fi
18 18
@@ -45,6 +45,7 @@ gnunet-identity -C sks-zone $options
45# Integrate those with the respective subsystems. 45# Integrate those with the respective subsystems.
46gnunet-identity -e short-zone -s gns-short $options 46gnunet-identity -e short-zone -s gns-short $options
47gnunet-identity -e master-zone -s gns-master $options 47gnunet-identity -e master-zone -s gns-master $options
48gnunet-identity -e master-zone -s namestore $options
48gnunet-identity -e master-zone -s gns-proxy $options 49gnunet-identity -e master-zone -s gns-proxy $options
49gnunet-identity -e private-zone -s gns-private $options 50gnunet-identity -e private-zone -s gns-private $options
50gnunet-identity -e sks-zone -s fs-sks $options 51gnunet-identity -e sks-zone -s fs-sks $options