From 198acec34ff7af44bb428fbdb57077dd8e8bd5b4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 25 Nov 2023 15:13:34 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index aeb690f7..e6450628 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -164,6 +164,7 @@ STATUS(){ if [ "${NCMD}" != "" ]; then checkhost=$(CHECK_HOST ${nip}) [ "${checkhost}" != "false" ] && checkhostssl=$(ssh -o BatchMode=yes -o ConnectTimeout=3 root@${nip} echo ok 2>&1) || checkhostssl='' + echo "HERE: $checkhost - $checkhostssl" else checkhost=true checkhostssl=ok