From e23d650f42a16515fa47da0f23978cb78b393402 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:20:49 +0100 Subject: [PATCH] spaces --- misc/core.func | 2 -- 1 file changed, 2 deletions(-) diff --git a/misc/core.func b/misc/core.func index 4440eabd3..a7225c7d7 100644 --- a/misc/core.func +++ b/misc/core.func @@ -370,7 +370,6 @@ run_container_safe() { cleanup_lxc() { msg_info "Cleaning up" - if is_alpine; then $STD apk cache clean || true rm -rf /var/cache/apk/* @@ -411,7 +410,6 @@ cleanup_lxc() { journalctl --rotate journalctl --vacuum-time=10m fi - msg_ok "Cleaned" }