mirror of https://github.com/tteck/Proxmox.git
Update haos_vm.sh
This commit is contained in:
parent
317ce24cbd
commit
c0c642dc0d
|
@ -176,5 +176,8 @@ echo -e "${CM} ${CL} \r"
|
||||||
sed -i 's/$/ console=ttyS0/' ${TEMP_MOUNT}/cmdline.txt
|
sed -i 's/$/ console=ttyS0/' ${TEMP_MOUNT}/cmdline.txt
|
||||||
qm set $VMID -serial0 socket >/dev/null
|
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}"
|
info "${GN} Completed Successfully!${CL} HAOS VM ID is ${BL}${VMID}${CL}"
|
||||||
|
|
Loading…
Reference in New Issue