Selaa lähdekoodia

Update haos-vm-v4.sh

tweak
tteckster 2 vuotta sitten
vanhempi
commit
a0f9a1c20d
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      vm/haos-vm-v4.sh

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

@@ -62,14 +62,12 @@ 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.3" | wc -l` -ne 1 ]; then
+if [ `pveversion | grep "pve-manager/7.2\|7.3" | wc -l` -ne 1 ]; then
         echo "⚠ This version of Proxmox Virtual Environment is not supported"
         echo "Requires PVE Version: =>7.2"
         echo "Exiting..."
         sleep 3
         exit
-  fi
 fi  
 if (whiptail --title "HOME ASSISTANT OS VM" --yesno "This will create a New Home Assistant OS VM. Proceed?" 10 58); then
     echo "User selected Yes"