diff --git a/scripts/srvstatus b/scripts/srvstatus index b0fe0bf..e81e8b1 100755 --- a/scripts/srvstatus +++ b/scripts/srvstatus @@ -12,7 +12,7 @@ if nc -zvw3 $host $port 2>/dev/null; then rm /tmp/.stat exit 0 else - printf "Server is DOWN!" + printf "Server is not responding to telnet requests!" exit 1 fi