Compare commits

..

No commits in common. "2227861c33d660d1cbcbad27ebf7850c685139fd" and "f295102e72549b00fae53e98faf516cf01b9bcea" have entirely different histories.

View File

@ -214,6 +214,7 @@ 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"