From bcdbbc46784e39d485c07b75ced43e3978591fac Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:01:51 -0700 Subject: [PATCH] Enhance error message for container creation failure (#8511) --- 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 3414f8559..317ca0ae8 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -345,7 +345,7 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[ msg_error "Template appears to be corrupted – re-downloading." rm -f "$TEMPLATE_PATH" else - msg_error "Template is valid, but container creation still failed." + msg_error "Template is valid, but container creation failed. Update your whole Proxmox System (pve-container) first or check https://github.com/community-scripts/ProxmoxVE/discussions/8126" exit 209 fi