From dd73f644f4559c4ea49c699cf4e3a70ea5394324 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:09:13 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 851efe5d..33948511 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -314,7 +314,7 @@ function ensure_template_ready() { fi echo "[DEBUG] ensure_template_ready() abgeschlossen" - msg_ok "LXC Template '$TEMPLATE' is ready to use." + #msg_ok "LXC Template '$TEMPLATE' is ready to use." } ensure_template_ready