From 44eb138ed4ca17416de3365b00dee957581f9cf0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:45:13 +0100 Subject: [PATCH] Update core.func --- misc/core.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index 333b0bac2..d4e288483 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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" }