Update core.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
CanbiZ 2025-10-30 13:45:13 +01:00
parent d60c38a32d
commit 44eb138ed4

View File

@ -446,8 +446,8 @@ cleanup_lxc() {
if command -v composer &>/dev/null; then composer clear-cache || true; fi
if command -v journalctl &>/dev/null; then
journalctl --rotate
journalctl --vacuum-time=10m
$STD journalctl --rotate
$STD journalctl --vacuum-time=10m
fi
msg_ok "Cleaned"
}