mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 15:45:54 +00:00
Update create_lxc.sh
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user