X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnamestore%2Ftest_namestore_delete.sh;h=8c776104a7b23565ab457278c47fc368455b5826;hb=c15e7951180d954ca584a95206543e8997b3a7d4;hp=fb9c2681c6304ab5b886eec2dfaa4f4924e03c09;hpb=eb32537f433f17b63a160f855e3f1fa34bb1b2e7;p=oweals%2Fgnunet.git diff --git a/src/namestore/test_namestore_delete.sh b/src/namestore/test_namestore_delete.sh index fb9c2681c..8c776104a 100755 --- a/src/namestore/test_namestore_delete.sh +++ b/src/namestore/test_namestore_delete.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash CONFIGURATION="test_namestore_api.conf" trap "gnunet-arm -e -c $CONFIGURATION" SIGINT @@ -7,7 +7,7 @@ if [ -z $LOCATION ] then LOCATION="gnunet-config" fi -$LOCATION --version &> /dev/null +$LOCATION --version 1> /dev/null if test $? != 0 then echo "GNUnet command line tools cannot be found, check environmental variables PATH and GNUNET_PREFIX"