This commit is contained in:
2025-07-26 09:13:51 -05:00
parent e284dd75c3
commit 844b9aa8f2
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='5.6.12-07262025' VERS='5.6.14-07262025'
NM_BETA=false NM_BETA=false
noheader=' test service status-check nightlyrephp7.3-fpm,new backup report reportrun check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix ' noheader=' test service status-check nightlyrephp7.3-fpm,new backup report reportrun check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '

View File

@@ -1414,8 +1414,7 @@ GUI(){
rm -f ${NM_LOGFOLDER}/status-downlist.lastrun rm -f ${NM_LOGFOLDER}/status-downlist.lastrun
DOWNLIST report >> ${NM_LOGFOLDER}/status-downlist.lastrun DOWNLIST report >> ${NM_LOGFOLDER}/status-downlist.lastrun
STATUSLOG="$(cat ${NM_LOGFOLDER}/status-downlist.lastrun)" STATUSLOG="$(cat ${NM_LOGFOLDER}/status-downlist.lastrun)"
echo -e "HERE: '${STATUSLOG}'" SENDNOTICE "Downlist Report" "Downlist Report\n${STATUSLOG}"
# SENDNOTICE "Downlist Report" "Downlist Report\n${STATUSLOG}"
fi fi
else else
DOWNLIST ${2} DOWNLIST ${2}