Optimize PVE Manager Version-Check (#1866)

This commit is contained in:
CanbiZ
2025-01-30 11:26:30 +01:00
committed by GitHub
parent bb553ae48c
commit 6924a6fea4
14 changed files with 14 additions and 14 deletions

View File

@@ -231,7 +231,7 @@ while true; do
esac
done
if ! pveversion | grep -Eq "pve-manager/8.[0-3]"; then
if ! pveversion | grep -Eq "pve-manager/8\.[0-3](\.[0-9]+)*"; then
msg_error "This version of Proxmox Virtual Environment is not supported"
echo -e "Requires Proxmox Virtual Environment Version 8.0 or later."
echo -e "Exiting..."