mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Add PVE 8.2 to pve_check()
This commit is contained in:
parent
3ff48e3dae
commit
93f791e592
7 changed files with 7 additions and 7 deletions
|
@ -115,7 +115,7 @@ function check_root() {
|
|||
}
|
||||
|
||||
function pve_check() {
|
||||
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])"; then
|
||||
if ! pveversion | grep -Eq "pve-manager/(7\.4-(1[3-8])|8\.[1-2])"; then
|
||||
msg_error "This version of Proxmox Virtual Environment is not supported"
|
||||
echo -e "Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later."
|
||||
echo -e "Exiting..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue