From 437c1e631637c641c5253f13041e3df10b66a4e4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Mar 2026 16:30:19 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/status.inc b/inc/status.inc index a39a70be..d8477a8c 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -511,6 +511,7 @@ STATUS_NODE(){ DIVIDER . lightYellow ${DV_LEN}; echo -en "${idsST[Reset]}" fi for nip in "${!NTHOSTS}"; do + echo $nip if [ "${STATUS_ACTION}" != "check" ]; then echo -en " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}${idsCL[Default]}" [ "${STATUS_ACTION}" != "report" ] && echo -en " - Verifying Host..." @@ -534,6 +535,7 @@ STATUS_NODE(){ checkhost=true checkhostssh=ok fi + echo "HERE: '${checkhost}' '${checkhostssh}'" if [ "${checkhost}" != "false" ] && [ "${checkhostssh}" == "ok" ]; then if [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.up ]; then