From d2133a883ed0c603d4bb00adb652fbd89d1f6cf3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:14:00 +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 33948511..daa6b71c 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -301,7 +301,7 @@ function ensure_template_ready() { msg_info "Downloading LXC template..." echo "[DEBUG] calling pveam download" sleep 0.2 - timeout 120 pveam download "$TEMPLATE_STORAGE" "$TEMPLATE" >/dev/null 2>&1 + pveam download "$TEMPLATE_STORAGE" "$TEMPLATE" >/dev/null 2>&1 dl_result=$? echo "[DEBUG] pveam download exit=$dl_result"