This commit is contained in:
2023-12-06 17:48:56 -06:00
parent b3cdd2d023
commit a34ac85f42
2 changed files with 1 additions and 2 deletions

View File

@@ -880,7 +880,6 @@ GUI(){
STATUS freespace ${3}
else
STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null))
echo "HERE: ${#STATUSRUNS[@]}"
if [ ${#STATUSRUNS[@]} -lt 3 ]; then
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
STATUSRUN_TMPFOLDER="${NM_TMPFOLDER}/status-${STATUS_START}"