mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 19:05:52 +00:00
Update create_lxc.sh
This commit is contained in:
@@ -283,9 +283,6 @@ function ensure_template_ready() {
|
||||
elif [ ! -s "$template_path" ]; then
|
||||
msg_warn "Template file $template_path is empty or missing."
|
||||
template_invalid=1
|
||||
elif ! tar --use-compress-program=zstdcat -tf "$template_path" >/dev/null 2>&1; then
|
||||
msg_warn "Template $template_path failed archive integrity check."
|
||||
template_invalid=1
|
||||
else
|
||||
template_invalid=0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user