diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 12dcfd1..50910a1 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -964,8 +964,8 @@ EOF [ "$KEEP_MB" -lt 8 ] && KEEP_MB=8 -sed -i '/^\[Journal\]/,$d' /etc/systemd/journald.conf 2>/dev/null || true -cat >> /etc/systemd/journald.conf </dev/null || true + tee -a /etc/systemd/journald.conf >/dev/null <