Update linupx-scripts.sh

This commit is contained in:
2020-03-08 21:49:27 -05:00
parent 25c9d482fe
commit 7caa02a115

View File

@@ -358,6 +358,7 @@ ENABLE_REMOTESYSLOG(){
* )
echo ""
echo -e "\n\n*.* @${RemoteSyslogServer}:514" >> /etc/rsyslog.d/50-default.conf
service rsyslog restart
SCRIPT_MENU;;
esac
}