From 78a08b35e7ff1a6305c36e964d3fe3e009107284 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:06:10 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <