From 84ef316d156bf86ca3423332e8e69d0899ef2cbe Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Thu, 14 Apr 2016 23:10:51 -0700 Subject: [PATCH] Redundant --- cgi-bin/ping? | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/ping? b/cgi-bin/ping? index f2c914e..e1fdc6a 100755 --- a/cgi-bin/ping? +++ b/cgi-bin/ping? @@ -1,2 +1,2 @@ -echo "$1 resolved to $(host "$1")" +host "$1" ping -c 1 -w 3 -q "$1" >/dev/null -- 2.47.3