Update nodemgmt-scripts.sh

This commit is contained in:
2025-06-26 21:23:19 -05:00
parent 2b95323a78
commit 7e20b53771

View File

@@ -1526,6 +1526,9 @@ GUI(){
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/
systemctl restart rsyslog
echo "COPIED OVER"
else
echo "ALREADY EXISTED"
fi
;;