Update status.inc
This commit is contained in:
@@ -150,7 +150,7 @@ STATUS(){
|
|||||||
NTS=$(grep -oP '(?<=status-check.).*?(?=.done)' <<< "${nodestatus}")
|
NTS=$(grep -oP '(?<=status-check.).*?(?=.done)' <<< "${nodestatus}")
|
||||||
# echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.running)"
|
# echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.running)"
|
||||||
rm -f ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.done
|
rm -f ${STATUSRUN_TMPFOLDER}/status-check.${NTS}.done
|
||||||
(($nc_count++))
|
((nc_count++))
|
||||||
echo "${NTS} == ${nc_count} == ${nodestatus}"
|
echo "${NTS} == ${nc_count} == ${nodestatus}"
|
||||||
done
|
done
|
||||||
[ ${nc_count} -eq ${#ntypesel[@]} ] && completed=true || sleep 1s
|
[ ${nc_count} -eq ${#ntypesel[@]} ] && completed=true || sleep 1s
|
||||||
|
|||||||
Reference in New Issue
Block a user