From 9f6bce842748b8bea9fe39be24ae2c0f37e7f04e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:46:15 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 6a5a4477..bc77acbe 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -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