Fix typo in rsyslog config directory path
... and fix the missing -r option. Change-Id: I2ee81c38f902c97ddcff6be75e878a94a7894672
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -103,7 +103,7 @@ fi
# rsyslog
if [ -d /etc/rsyslog.d ]; then
sudo cp /etc/rsyslogd.d $LOG_DIR/etc/
sudo cp -r /etc/rsyslog.d $LOG_DIR/etc/
fi
if [ -f /etc/rsyslog.conf ]; then
sudo cp /etc/rsyslog.conf $LOG_DIR/etc/
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.