diff --git a/vm/haos_vm.sh b/vm/haos_vm.sh index a2e6e109..f872c68d 100644 --- a/vm/haos_vm.sh +++ b/vm/haos_vm.sh @@ -328,6 +328,8 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null +msg_ok "Created HAOS VM ${CL}${BL}${VM_NAME}" + if [ "$START_VM" == "yes" ]; then msg_info "Starting Home Assistant OS VM" qm start $VMID