mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update VMs
- Requires PVE7 Version 7.4-13 or later, or PVE8 Version 8.1.1 or later.
This commit is contained in:
parent
5bbfe8812e
commit
465996e7a2
8 changed files with 8 additions and 8 deletions
|
@ -64,7 +64,7 @@ TEMP_DIR=$(mktemp -d)
|
|||
pushd $TEMP_DIR >/dev/null
|
||||
if ! pveversion | grep -Eq "pve-manager/(7.4-[1][3-9]|8.1.[1-9])"; then
|
||||
echo "⚠ 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 "Exiting..."
|
||||
sleep 3
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue