X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Fgnunet-gns-import.sh;h=bacc6eb9d12208ea0a31fe85e391853e8e1638a7;hb=dc09ad5a6eb13cd4a20d56af2170f16d53d19bcf;hp=d1edbd432ae0b7e6b7889a52eede79c74b72d006;hpb=08b77389d8aac354da74e53412099f7fb60caa28;p=oweals%2Fgnunet.git diff --git a/contrib/gnunet-gns-import.sh b/contrib/gnunet-gns-import.sh index d1edbd432..bacc6eb9d 100755 --- a/contrib/gnunet-gns-import.sh +++ b/contrib/gnunet-gns-import.sh @@ -17,9 +17,9 @@ gnunet-identity -e private-zone -s gns-private gnunet-identity -e sks-zone -s fs-sks # Get the public keys as strings (so we can create PKEY records) -MASTER=`gnunet-identity -d | grep master-zone | awk '{print $3}` -SHORT=`gnunet-identity -d | grep short-zone | awk '{print $3}` -PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}` +MASTER=`gnunet-identity -d | grep master-zone | awk '{print $3}'` +SHORT=`gnunet-identity -d | grep short-zone | awk '{print $3}'` +PRIVATE=`gnunet-identity -d | grep private-zone | awk '{print $3}'` # Link short and private zones into master zone gnunet-namestore -z master-zone -a -e never -n private -p -t PKEY -V $PRIVATE