Update VMs

- Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later.
This commit is contained in:
tteckster 2024-02-06 10:32:38 -05:00 committed by GitHub
parent 5bbfe8812e
commit 465996e7a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View file

@ -159,7 +159,7 @@ function msg_error() {
function pve_check() {
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])"; then
echo -e "${CROSS} This version of Proxmox Virtual Environment is not supported"
echo -e "Requires PVE Version 7.4-13 or higher"
echo -e "Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later."
echo -e "Exiting..."
sleep 2
exit