auto-ping.sh: clarify ping message
This commit is contained in:
parent
720e2a2ad3
commit
6f24ce861c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user