Update status.inc

This commit is contained in:
2023-12-06 20:54:17 -06:00
parent fc51fcada8
commit 349b015d71

View File

@@ -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