Skip to content

Commit bcdbbc4

Browse files
authored
Enhance error message for container creation failure (#8511)
1 parent af0bd86 commit bcdbbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/create_lxc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[
345345
msg_error "Template appears to be corrupted – re-downloading."
346346
rm -f "$TEMPLATE_PATH"
347347
else
348-
msg_error "Template is valid, but container creation still failed."
348+
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"
349349
exit 209
350350
fi
351351

0 commit comments

Comments
 (0)