Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
2227861c33 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-08-25 16:58:02 +02:00
CanbiZ
78912e2c7a Update create_lxc.sh 2025-08-25 16:58:00 +02:00

View File

@ -214,7 +214,6 @@ if ! check_storage_support "vztmpl"; then
exit 1 exit 1
fi fi
msg_info "Checking template storage"
while true; do while true; do
if select_storage template; then if select_storage template; then
TEMPLATE_STORAGE="$STORAGE_RESULT" TEMPLATE_STORAGE="$STORAGE_RESULT"