From fab938055f4c00b5bb984e8ff94d9b75de1cc5ea Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 19 Jul 2025 17:19:06 +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 306e2f9..c2a9425 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -795,7 +795,7 @@ EOF # ========================================================== -install_log2ram_auto_() { +install_log2ram_auto() { msg_info "$(translate "Checking if system disk is SSD or M.2...")" ROOT_PART=$(lsblk -no NAME,MOUNTPOINT | grep ' /$' | awk '{print $1}') @@ -883,7 +883,7 @@ EOF -install_log2ram_auto() { +install_log2ram_auto_() { set -euo pipefail msg_info "$(translate "Checking if system disk is SSD or M.2...")"