diff --git a/misc/core.func b/misc/core.func index c3014951f..11fdbd994 100644 --- a/misc/core.func +++ b/misc/core.func @@ -410,7 +410,6 @@ cleanup_lxc() { if command -v composer &>/dev/null; then $STD composer clear-cache || true; fi if command -v journalctl &>/dev/null; then - $STD journalctl --rotate || true $STD journalctl --vacuum-time=10m || true fi msg_ok "Cleaned"