From f78127e3ce74974f41f759f3e42d6417fbbaa3c8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 20:39:36 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index fe27b667..0a67144d 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -168,7 +168,7 @@ STATUS(){ checkhost=true checkhostssl=ok fi - echo "HERE: $checkhost - $checkhostssl" + # echo "HERE: $checkhost - $checkhostssl" if [ "${checkhost}" != "false" ] && [ "${checkhostssl}" == "ok" ]; then if [ "${ST_ACTION}" != "check" ]; then #echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}"