From c046b772237b9933f8a11a5b5e50cd240c3bb22e Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 31 Oct 2025 18:44:30 +0100 Subject: [PATCH] Update auto_post_install.sh --- scripts/post_install/auto_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_install/auto_post_install.sh b/scripts/post_install/auto_post_install.sh index 8c1cb30..de143e4 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -625,7 +625,7 @@ install_log2ram_auto() { if [[ "$is_ssd" == true ]]; then msg_ok "$(translate "System disk is SSD or M.2. Proceeding with Log2RAM setup.")" else - cleanup + kill -TERM "$SPINNER_PID" 2>/dev/null sleep 1 if whiptail --yesno "$(translate "Do you want to install Log2RAM anyway to reduce log write load?")" 10 70 --title "Log2RAM"; then msg_ok "$(translate "Proceeding with Log2RAM setup on non-SSD disk as requested by user.")"