From f37ff17081d116dd77f3cf6f8032ff9d835689f6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:37:57 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index e171edb5..be70a487 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -264,7 +264,6 @@ mapfile -t TEMPLATES < <( pveam available -section system | sed -n "s/.*\($TEMPLATE_SEARCH.*\)/\1/p" | sort -t - -k 2 -V ) -# If nothing found online, search local templates (file names only) # If nothing found online, search local templates (extract filename from volume ID) if [ ${#TEMPLATES[@]} -eq 0 ]; then msg_info "Online search failed or no template found. Checking for local fallbacks..."