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