From 6f24ce861c3ef2a8d9caa5ec2f0941bc3f5931e0 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 3 May 2020 09:19:11 -0700 Subject: [PATCH] auto-ping.sh: clarify ping message --- auto-ping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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