@ -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