From 349b015d71f0ba68a31f4898b4dc084f1c1c0006 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 20:54:17 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 1b22801e..a2db2688 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -150,7 +150,7 @@ STATUS(){ NTS=$(grep -oP '(?<=status-check.).*?(?=.done)' <<< "${nodestatus}") # echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.running)" rm -f ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.done - (($nc_count++)) + ((nc_count++)) echo "${NTS} == ${nc_count} == ${nodestatus}" done [ ${nc_count} -eq ${#ntypesel[@]} ] && completed=true || sleep 1s