aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.d/31-logging.sh
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2016-03-12 19:01:13 +0100
committerJan Wagner <mail@jwagner.eu>2016-03-12 19:01:13 +0100
commit94ac6dc790aa5066b623e9706bdf0c98f7d40aa7 (patch)
tree7993686c21c8bdd4fa46f1cfc22f1a8eeae0b6ad /bootstrap.d/31-logging.sh
parentda643e7838f268c85ac89832cf71c94685a4877a (diff)
downloadrpi2-gen-image-94ac6dc790aa5066b623e9706bdf0c98f7d40aa7.tar.gz
rpi2-gen-image-94ac6dc790aa5066b623e9706bdf0c98f7d40aa7.tar.bz2
rpi2-gen-image-94ac6dc790aa5066b623e9706bdf0c98f7d40aa7.zip
code cleanup and even more spliting
Diffstat (limited to 'bootstrap.d/31-logging.sh')
-rw-r--r--bootstrap.d/31-logging.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.d/31-logging.sh b/bootstrap.d/31-logging.sh
index 14c4f44..cfb99a2 100644
--- a/bootstrap.d/31-logging.sh
+++ b/bootstrap.d/31-logging.sh
@@ -7,7 +7,7 @@
# Disable rsyslog
if [ "$ENABLE_RSYSLOG" = false ]; then
- sed -i 's|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g' $R/etc/systemd/journald.conf
+ sed -i "s|[#]*ForwardToSyslog=yes|ForwardToSyslog=no|g" $R/etc/systemd/journald.conf
chroot_exec systemctl disable rsyslog
chroot_exec apt-get purge -q -y --force-yes rsyslog
fi