From: Zachary Vance Date: Mon, 23 Jan 2017 07:46:01 +0000 (-0800) Subject: multiple cgi script checker should not check certs X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=edb0e5238e407ae23720a308d778eaac7f9975f7;p=za3k.git multiple cgi script checker should not check certs --- diff --git a/cgi-bin/service.status.d/multiple cgi scripts b/cgi-bin/service.status.d/multiple cgi scripts index f46ab25..c001a91 100644 --- a/cgi-bin/service.status.d/multiple cgi scripts +++ b/cgi-bin/service.status.d/multiple cgi scripts @@ -1,5 +1,5 @@ TESTSITE="https://za3k.com/archive/test.md" -timeout 3 curl "${TESTSITE}" >/dev/null 2>/dev/null +timeout 3 curl -k "${TESTSITE}" >/dev/null 2>/dev/null SUCCESS=$? if [ "$SUCCESS" -eq 0 ]; then