Skip to content

Commit

Permalink
Update haos_vm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tteck authored Aug 25, 2022
1 parent dd4c9f2 commit 31df606
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vm/haos_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ TEMP_DIR=$(mktemp -d)
pushd $TEMP_DIR >/dev/null
if [ `pveversion | grep "pve-manager/7" | wc -l` -eq 1 ]; then
echo -e "${YW}This script is for Proxmox Virtual Environment 6.xx${CL}"
echo -e "Continuing..."
sleep 3
echo "Exiting..."
sleep 3
exit
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"
Expand Down

0 comments on commit 31df606

Please sign in to comment.