瀏覽代碼

Update haos-vm-v4.sh

tteckster 2 年之前
父節點
當前提交
b402e0d5fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vm/haos-vm-v4.sh

+ 1 - 1
vm/haos-vm-v4.sh

@@ -62,7 +62,7 @@ function cleanup() {
 }
 TEMP_DIR=$(mktemp -d)
 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 "Requires PVE Version: =>7.2"
         echo "Exiting..."