From 34814cd8be64c4a115d13318c50d922c127a86d7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:56:17 +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 f7946e6a..851efe5d 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -306,7 +306,7 @@ function ensure_template_ready() { echo "[DEBUG] pveam download exit=$dl_result" if [ $dl_result -eq 0 ]; then - msg_ok "Template download successful." + echo "[DEBUG] msg_ok skipped (would say: Template download successful)" else msg_error "Template download failed. Check internet or run manually:\n pveam download $TEMPLATE_STORAGE $TEMPLATE" exit 208