From cf0366d9387d9083aab7be2d70a7120af21d7551 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 13 May 2025 20:22:40 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 3ba3a167..e25850f5 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -832,10 +832,12 @@ STATUS_NODE(){ fi else - # if [ "${STATUS_ACTION}" != "check" ]; then - # echo -e "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}" - # DIVIDER false lightCyan ${DV_LEN} - # fi + if [ "${STATUS_ACTION}" != "check" ]; then + echo test + echo -e "\033[K\r ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]} [${nip}]${idsST[Reset]}" + echo test + DIVIDER false lightCyan ${DV_LEN} + fi [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.down ] && touch ${STATUSRUN_TMPFOLDER}/.${nip}.down rm -f ${NM_TMPFOLDER}/${nip}~* if [ ! -f ${NM_TMPFOLDER}/${nip}.down ]; then