Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-07-28 10:04:27 +02:00
parent 30a0298ab4
commit 6ee8419080

View File

@ -208,6 +208,7 @@ if ! check_storage_support "vztmpl"; then
msg_error "No valid storage found for 'vztmpl' (Template)."
exit 1
fi
msg_ok "Valid Storage Found"
while true; do
if select_storage template; then