This commit is contained in:
2025-06-26 21:25:18 -05:00
parent 7e20b53771
commit 1094b418a7
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
VERS='5.5.30-06262025'
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 offsite-staticroute-fix '
noheader=' test 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 offsite-staticroute-fix '
CERT_DAEMON='/opt/certbot/bin/certbot'
declare -i errtime

View File

@@ -1523,8 +1523,8 @@ GUI(){
backup-unifinvr) BACKUP_UNIFINVR;;
test)
if [ ! -f /etc/rsyslog.d/01-ignore-session-messages.conf ] && [ -f ${NM_FOLDER}/conf/01-ignore-session-messages.conf ]; then
cp ${NM_FOLDER}/conf/01-ignore-session-messages.conf /etc/rsyslog.d/
if [ ! -f /etc/rsyslog.d/01-ignore-session-messages.conf ] && [ -f ${NM_FOLDER}/conf/rsyslog/01-ignore-session-messages.conf ]; then
cp ${NM_FOLDER}/conf/rsyslog/01-ignore-session-messages.conf /etc/rsyslog.d/
systemctl restart rsyslog
echo "COPIED OVER"
else