This commit is contained in:
2023-12-06 08:14:28 -06:00
parent 85c3b50f45
commit 8c32f98735
3 changed files with 6 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ STATUSNEW(){
for NTYPE in "${ntypesel[@]}"; do
STATUS_NODE ${NTYPE} &
STATUS_NODE ${NTYPE} > ${NM_TMPFOLDER}/status-check.${NTYPE}.running &
done
@@ -741,4 +741,7 @@ STATUS_NODE(){
done
fi #GOFORCHECK
touch ${NM_TMPFOLDER}/status-check.${NTYPE}.done
}