From a41df16f1400c527728590232842d63b6fb441bf Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 6 Jul 2025 13:06:57 +0200 Subject: [PATCH] Update auto_post_install.sh --- scripts/auto_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto_post_install.sh b/scripts/auto_post_install.sh index abd8fa5..6e822d5 100644 --- a/scripts/auto_post_install.sh +++ b/scripts/auto_post_install.sh @@ -710,7 +710,7 @@ EOF # ========================================================== install_log2ram_auto() { - msg_info2 "$(translate "Checking if system disk is SSD or M.2...")" + msg_info "$(translate "Checking if system disk is SSD or M.2...")" ROOT_PART=$(lsblk -no NAME,MOUNTPOINT | grep ' /$' | awk '{print $1}') SYSTEM_DISK=$(lsblk -no PKNAME /dev/$ROOT_PART 2>/dev/null)