PVE 9.1 version support (#9280)

This commit is contained in:
CanbiZ
2025-11-19 17:36:29 +01:00
committed by GitHub
parent 26444515d4
commit acb1c4efbd
2 changed files with 6 additions and 8 deletions
-2
View File
@@ -200,7 +200,6 @@ if qm status "$CTID" &>/dev/null || pct status "$CTID" &>/dev/null; then
fi
# This checks for the presence of valid Container Storage and Template Storage locations
msg_info "Validating storage"
if ! check_storage_support "rootdir"; then
msg_error "No valid storage found for 'rootdir' [Container]"
exit 1
@@ -210,7 +209,6 @@ if ! check_storage_support "vztmpl"; then
exit 1
fi
#msg_info "Checking template storage"
while true; do
if select_storage template; then
TEMPLATE_STORAGE="$STORAGE_RESULT"