This commit is contained in:
2023-12-06 08:14:28 -06:00
parent 85c3b50f45
commit 8c32f98735
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERS='4.17.111-12052023'
VERS='4.17.112-12052023'
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 '

View File

@@ -133,7 +133,7 @@ STATUSNEW(){
for NTYPE in "${ntypesel[@]}"; do
STATUS_NODE ${NTYPE} &
STATUS_NODE ${NTYPE} > ${NM_TMPFOLDER}/status-check.${NTYPE}.running &
done
@@ -741,4 +741,7 @@ STATUS_NODE(){
done
fi #GOFORCHECK
touch ${NM_TMPFOLDER}/status-check.${NTYPE}.done
}

View File

@@ -884,7 +884,7 @@ GUI(){
# start_status=`date +%s`
echo "$(date +%Y-%m-%d-%H-%M-%S) - LOCAL - ${NODE_HOSTNAME} - Starting Status Check" >> ${NM_LOGFILE}
echo -e "$(date +%Y-%m-%d-%H-%M-%S) - Starting status check #############################\n" > ${NM_TMPFOLDER}/status-check.running
STATUS report ${3} >> ${NM_TMPFOLDER}/status-check.running
STATUSNEW report ${3} >> ${NM_TMPFOLDER}/status-check.running
echo -e "\n\n$(date) - Finished status check #############################\n" >> ${NM_TMPFOLDER}/status-check.running
echo "$(date +%Y-%m-%d-%H-%M-%S) - LOCAL - ${NODE_HOSTNAME} - Completed Status Check" >> ${NM_LOGFILE}