Update status.inc
This commit is contained in:
@@ -128,10 +128,9 @@ STATUS(){
|
|||||||
for NTYPE in "${ntypesel[@]}"; do
|
for NTYPE in "${ntypesel[@]}"; do
|
||||||
completed=false
|
completed=false
|
||||||
until [ "${completed}" == "true" ]; do
|
until [ "${completed}" == "true" ]; do
|
||||||
if [ -f ${NM_TMPFOLDER}/status-check.${NTYPE}.done ]; then
|
if [ -f ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.done ]; then
|
||||||
completed=true
|
completed=true
|
||||||
echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.running)"
|
echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.running)"
|
||||||
rm -f ${NM_TMPFOLDER}/status-check.${NTYPE}.*
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user