From: Zachary Vance Date: Fri, 15 Apr 2016 06:16:21 +0000 (-0700) Subject: Silly old ping versions X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=f1ccc1ffd63ae7ca4b24ca68ddfc33461b17a33c;p=za3k.git Silly old ping versions --- diff --git a/cgi-bin/ping? b/cgi-bin/ping? index e1fdc6a..8833946 100755 --- a/cgi-bin/ping? +++ b/cgi-bin/ping? @@ -1,2 +1,2 @@ host "$1" -ping -c 1 -w 3 -q "$1" >/dev/null +ping -c 1 -w 3 -q "$1" >/dev/null || ping6 -c 1 -w 3 -q "$1" >/dev/null