mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-22 08:34:43 +00:00
Proxmox VE 9.2 support (#14624)
This commit is contained in:
committed by
GitHub
parent
878b09f5ec
commit
1cdfdea583
+2
-2
@@ -543,9 +543,9 @@ check_root() {
|
||||
}
|
||||
|
||||
pve_check() {
|
||||
if ! pveversion | grep -Eq "pve-manager/(8\.[1-4]|9\.[0-1])(\.[0-9]+)*"; then
|
||||
if ! pveversion | grep -Eq "pve-manager/(8\.[1-4]|9\.[0-2])(\.[0-9]+)*"; then
|
||||
msg_error "This version of Proxmox Virtual Environment is not supported"
|
||||
echo -e "Requires Proxmox Virtual Environment Version 8.1 - 8.4 or 9.0 - 9.1."
|
||||
echo -e "Requires Proxmox Virtual Environment Version 8.1 - 8.4 or 9.0 - 9.2."
|
||||
echo -e "Exiting..."
|
||||
sleep 2
|
||||
exit 105
|
||||
|
||||
Reference in New Issue
Block a user