From f9a0540decea04913380ec0b3ee1c8dfbd087740 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 31 Jul 2022 23:48:50 -0400 Subject: [PATCH] Update haos-vm-v4.sh --- vm/haos-vm-v4.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vm/haos-vm-v4.sh b/vm/haos-vm-v4.sh index 693400e9..5739f28a 100644 --- a/vm/haos-vm-v4.sh +++ b/vm/haos-vm-v4.sh @@ -173,9 +173,10 @@ fi if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create HAOS ${BRANCH} VM?" 10 58); then echo -e "${RD}Creating a HAOS VM using the above advanced settings${CL}" else - clear - echo "Going Back to Advanced Settings" - advanced_settings + clear + header_info + echo -e "${RD}Using Advanced Settings${CL}" + advanced_settings fi } function start_script() { @@ -260,7 +261,7 @@ qm set $VMID \ -boot order=scsi0 >/dev/null qm set $VMID -description "# Home Assistant OS ### https://github.com/tteck/Proxmox" >/dev/null -msg_ok "Created HAOS VM ${CL}${BL}${HN}" +msg_ok "Created HAOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Home Assistant OS VM" qm start $VMID