aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.d/31-logging.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.d/31-logging.sh')
-rw-r--r--bootstrap.d/31-logging.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.d/31-logging.sh b/bootstrap.d/31-logging.sh
index cfb99a2..740161b 100644
--- a/bootstrap.d/31-logging.sh
+++ b/bootstrap.d/31-logging.sh
@@ -6,8 +6,8 @@
. ./functions.sh
# Disable rsyslog
-if [ "$ENABLE_RSYSLOG" = false ]; then
+if [ "$ENABLE_RSYSLOG" = false ] ; then
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
+ chroot_exec apt-get -qq -y --force-yes purge rsyslog
fi