mirror of
https://github.com/unraid/webgui.git
synced 2026-01-29 04:59:17 -06:00
Event scripts code correction
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
sed -ri 's/^#(\*\.\* \?remote)$/\1/' /etc/rsyslog.conf
|
||||
/etc/rc.d/rc.rsyslogd restart &> /dev/null
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
sed -ri 's/^(\*\.\* \?remote)$/#\1/' /etc/rsyslog.conf
|
||||
/etc/rc.d/rc.rsyslogd restart &> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user