fix pvecheck

This commit is contained in:
CanbiZ
2025-04-09 18:50:27 +02:00
parent 84478921e7
commit 404ae5dbcf
9 changed files with 288 additions and 288 deletions

View File

@@ -164,7 +164,7 @@ function msg_error() {
}
function pve_check() {
if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then
if ! pveversion | grep -Eq "pve-manager/8\.[1-4](\.[0-9]+)*"; then
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires Proxmox Virtual Environment Version 8.1 or later."
echo -e "Exiting..."