This commit is contained in:
2025-06-01 12:50:10 -05:00
parent 116913a8d0
commit 465bbc0ec1
3 changed files with 4 additions and 4 deletions

View File

@@ -1433,7 +1433,7 @@ GUI(){
echo -e "}\n"
exit 0
else
if [ ${#STATUSRUNS[@]} -lt 3 ] && [ ! -f ${NM_TMPFOLDER}/.skip ]; then
if [ ${#STATUSRUNS[@]} -lt 3 ] && ([ ! -f ${NM_TMPFOLDER}/.skip ] || ([ -f ${NM_TMPFOLDER}/.skip ] && [ "${2}" != "report" ])); then
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
STATUSRUN_TMPFOLDER="${NM_TMPFOLDER}/status-${STATUS_START}"
mkdir ${STATUSRUN_TMPFOLDER}