More descriptive failure message

pull/11/head
Aaron Johnson 6 years ago
parent 808b22ecc1
commit e8873c0808

@ -12,7 +12,7 @@ if nc -zvw3 $host $port 2>/dev/null; then
rm /tmp/.stat rm /tmp/.stat
exit 0 exit 0
else else
printf "Server is DOWN!" printf "Server is not responding to telnet requests!"
exit 1 exit 1
fi fi

Loading…
Cancel
Save