diff --git a/bin/sipp.sh b/bin/sipp.sh index 1c4094fe..68a091c8 100755 --- a/bin/sipp.sh +++ b/bin/sipp.sh @@ -51,7 +51,7 @@ if [ ! -f $1 ]; then usage exit 1 fi -BASE_DIR="${BASE_DIR:-$(dirname $1)}" +BASE_DIR="$(dirname $1)" IP="127.0.0.1" DOMAIN=${DOMAIN:-"spce.test"} MAX="5000"