Update auto_post_install.sh

This commit is contained in:
MacRimi 2025-08-01 06:57:21 +02:00
parent c5c06a08ba
commit 5890e46db3

View File

@ -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