auto-ping.sh: clarify ping message

This commit is contained in:
mollusk 2020-05-03 09:19:11 -07:00
parent 720e2a2ad3
commit 6f24ce861c

View File

@ -31,7 +31,7 @@ withLoop(){
clear clear
echo echo
echo "Pinging: ${site}" echo "Pinging ${site} until a connection is reached"
${pingcmd} ${site} &>/dev/null ${pingcmd} ${site} &>/dev/null
if [ $? = "2" ];then if [ $? = "2" ];then
echo echo