From dde4b4e8ede1f1572db26a299033b6c8d5e0afa9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:58:41 +0200 Subject: [PATCH] Update clean-lxcs.sh --- tools/pve/clean-lxcs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/pve/clean-lxcs.sh b/tools/pve/clean-lxcs.sh index 8db102f2..7050f342 100644 --- a/tools/pve/clean-lxcs.sh +++ b/tools/pve/clean-lxcs.sh @@ -48,7 +48,6 @@ function run_lxc_clean() { local container=$1 header_info name=$(pct exec "$container" hostname) - echo -e "${BL}[Info]${GN} Cleaning ${name} ${CL} \n" pct exec "$container" -- bash -c ' BL="\033[36m"; GN="\033[1;92m"; CL="\033[m"