This commit is contained in:
2025-06-26 21:30:22 -05:00
parent 1094b418a7
commit bbe2c68aac
2 changed files with 4 additions and 3 deletions

View File

@@ -1526,9 +1526,6 @@ GUI(){
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
echo "ALREADY EXISTED"
fi
;;