Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-08-25 14:19:58 +02:00
parent 74b2407c53
commit a2fcd3992e

View File

@ -210,7 +210,7 @@ if ! check_storage_support "vztmpl"; then
exit 1
fi
msg_info "Checking template storage"
#msg_info "Checking template storage"
while true; do
if select_storage template; then
TEMPLATE_STORAGE="$STORAGE_RESULT"
@ -251,13 +251,13 @@ fi
# Update LXC template list
TEMPLATE_SEARCH="${PCT_OSTYPE}-${PCT_OSVERSION:-}"
case "$PCT_OSTYPE" in
debian|ubuntu)
debian | ubuntu)
TEMPLATE_PATTERN="-standard_"
;;
alpine|fedora|rocky|centos)
alpine | fedora | rocky | centos)
TEMPLATE_PATTERN="-default_"
;;
*)
*)
TEMPLATE_PATTERN=""
;;
esac