Update haos_vm.sh

This commit is contained in:
tteckster 2022-02-21 11:52:07 -05:00 committed by GitHub
parent 317ce24cbd
commit c0c642dc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -176,5 +176,8 @@ echo -e "${CM} ${CL} \r"
sed -i 's/$/ console=ttyS0/' ${TEMP_MOUNT}/cmdline.txt
qm set $VMID -serial0 socket >/dev/null
)
echo -en "${GN} Starting Home Assistant OS VM... "
qm start $VMID
echo -e "${CM} ${CL} \n"
info "${GN} Completed Successfully!${CL} HAOS VM ID is ${BL}${VMID}${CL}"