From 8a28fa2d251b8672f407b11c2340a10d536a685b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:01:03 +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 62fa9848..0e55a0ed 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -283,7 +283,7 @@ elif ! tar --use-compress-program=zstdcat -tf "$TEMPLATE_PATH" >/dev/null 2>&1; fi if [ "$TEMPLATE_VALID" -eq 0 ]; then - msg_warn "Template $TEMPLATE not found or appears to be corrupted. Re-downloading." + msg_warn "Template $TEMPLATE not found or appears to be corrupted. Re-downloading. 11" [[ -f "$TEMPLATE_PATH" ]] && rm -f "$TEMPLATE_PATH" for attempt in {1..3}; do msg_info "Attempt $attempt: Downloading LXC template..."