From 766e27864d940b56e92ff8f57c23bd6449521b25 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 21:22:32 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 8a7bd9d6..7ba64440 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -141,10 +141,10 @@ STATUS(){ for nodestatus in ${STATUSRUN_TMPFOLDER}/status-check.*.done; do NTS=$(grep -oP '(?<=status-check.).*?(?=.done)' <<< "${nodestatus}") if [ "${NTS}" != "*" ]; then - # echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.running)" + echo "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.running)" rm -f ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.done ((nc_count++)) - echo "${NTS} == ${nc_count} == ${nodestatus}" + # echo "${NTS} == ${nc_count} == ${nodestatus}" fi done [ ${nc_count} -eq ${#ntypesel[@]} ] && completed=true