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" }