From 1fc64216c55e81c5311fdaf1a32a5c896a650390 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 09:57:44 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index da24ed7f..6febe52b 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -128,10 +128,9 @@ STATUS(){ for NTYPE in "${ntypesel[@]}"; do completed=false until [ "${completed}" == "true" ]; do - if [ -f ${NM_TMPFOLDER}/status-check.${NTYPE}.done ]; then + if [ -f ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.done ]; then completed=true echo -e "$(cat ${STATUSRUN_TMPFOLDER}/status-check.${NTYPE}.running)" - rm -f ${NM_TMPFOLDER}/status-check.${NTYPE}.* fi done done