Update create_lxc.sh

This commit is contained in:
tteckster 2022-04-16 11:57:11 -04:00 committed by GitHub
parent fed1ea033e
commit e6221cdfbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ msg_ok "Using ${BL}$CONTAINER_STORAGE${CL} ${GN}for Container Storage."
msg_info "Updating LXC Template List"
pveam update >/dev/null
msg_ok "Updating LXC Template List"
msg_ok "Updated LXC Template List"
TEMPLATE_SEARCH=${PCT_OSTYPE}-${PCT_OSVERSION:-}
mapfile -t TEMPLATES < <(pveam available -section system | sed -n "s/.*\($TEMPLATE_SEARCH.*\)/\1/p" | sort -t - -k 2 -V)