Update haos-vm-v4.sh

This commit is contained in:
tteckster 2023-01-02 19:54:25 -05:00 committed by GitHub
parent 588b7b5942
commit b402e0d5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function cleanup() {
} }
TEMP_DIR=$(mktemp -d) TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null pushd $TEMP_DIR >/dev/null
if [ `pveversion | grep "pve-manager/7.2" | wc -l` -ne 1 ]; then if [ `pveversion | grep "pve-manager/7" | wc -l` -ne 1 ]; then
echo "⚠ This version of Proxmox Virtual Environment is not supported" echo "⚠ This version of Proxmox Virtual Environment is not supported"
echo "Requires PVE Version: =>7.2" echo "Requires PVE Version: =>7.2"
echo "Exiting..." echo "Exiting..."