diff --git a/auto-ping.sh b/auto-ping.sh index f88e64a..426e657 100755 --- a/auto-ping.sh +++ b/auto-ping.sh @@ -31,7 +31,7 @@ withLoop(){ clear echo - echo "Pinging: ${site}" + echo "Pinging ${site} until a connection is reached" ${pingcmd} ${site} &>/dev/null if [ $? = "2" ];then echo