From 5890e46db35780f936c12ebb1de7b3288fb6c9ae Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 1 Aug 2025 06:57:21 +0200 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 eaaf3a5..ad869df 100644 --- a/scripts/post_install/auto_post_install.sh +++ b/scripts/post_install/auto_post_install.sh @@ -1042,7 +1042,7 @@ USED_KB=$(df /var/log --output=used | tail -1) THRESHOLD=$(( LIMIT_KB * 90 / 100 )) if (( USED_KB > THRESHOLD )); then - /usr/sbin/log2ram write + $(command -v log2ram) write fi EOF