From 45e8ca8d423e42b59ccfd81d74b632fe191f1396 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:28:12 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index 2c93ab8..e07b30e 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -3057,11 +3057,12 @@ EOF rm -f /usr/local/bin/log2ram-check.sh /etc/cron.d/log2ram-auto-sync msg_info2 "$(translate "Auto-sync was not enabled")" fi - - msg_success "$(translate "Log2RAM installation and configuration completed successfully.")" + sleep 1 + systemctl restart log2ram + msg_success "$(translate "Log2RAM installation and configuration completed successfully.")" register_tool "log2ram" true - NECESSARY_REBOOT=1 + # NECESSARY_REBOOT=1 }