Event scripts code correction

This commit is contained in:
bergware
2019-02-05 08:08:59 +01:00
parent 77db1de900
commit eccfbc5511
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
#!/bin/bash
sed -ri 's/^#(\*\.\* \?remote)$/\1/' /etc/rsyslog.conf
/etc/rc.d/rc.rsyslogd restart &> /dev/null

View File

@@ -1,2 +1,3 @@
#!/bin/bash
sed -ri 's/^(\*\.\* \?remote)$/#\1/' /etc/rsyslog.conf
/etc/rc.d/rc.rsyslogd restart &> /dev/null