forgot to rename variable in lib.sh: dont_check ->
dont_check_server_alive.
This commit is contained in:
Omar Polo 2021-12-09 19:13:30 +00:00
parent e5285d5422
commit ae0d3cdbbe
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ port $port
"
hdr=
body=
dont_check=no
dont_check_server_alive=no
current_test=$1
rm -f reg.conf
@ -25,7 +25,7 @@ port $port
echo "$1 passed"
fi
if [ "$dont_check" != 'no' ]; then
if [ "$dont_check_server_alive" != 'no' ]; then
return
fi