update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERS='5.1.13-12062023'
|
VERS='5.1.14-12062023'
|
||||||
NM_BETA=false
|
NM_BETA=false
|
||||||
|
|
||||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck '
|
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck '
|
||||||
|
|||||||
@@ -880,7 +880,6 @@ GUI(){
|
|||||||
STATUS freespace ${3}
|
STATUS freespace ${3}
|
||||||
else
|
else
|
||||||
STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null))
|
STATUSRUNS=($(find ${NM_TMPFOLDER}/* -maxdepth 1 -type d -iname "status-*" 2>/dev/null))
|
||||||
echo "HERE: ${#STATUSRUNS[@]}"
|
|
||||||
if [ ${#STATUSRUNS[@]} -lt 3 ]; then
|
if [ ${#STATUSRUNS[@]} -lt 3 ]; then
|
||||||
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
|
STATUS_START=$(date +%Y-%m-%d-%H-%M-%S)
|
||||||
STATUSRUN_TMPFOLDER="${NM_TMPFOLDER}/status-${STATUS_START}"
|
STATUSRUN_TMPFOLDER="${NM_TMPFOLDER}/status-${STATUS_START}"
|
||||||
|
|||||||
Reference in New Issue
Block a user