Update haos_vm.sh

This commit is contained in:
tteckster 2022-08-25 14:55:31 -04:00 committed by GitHub
parent dd4c9f2f1f
commit 31df60631d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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"