diff --git a/test.sh b/test.sh index a966da7..ab47b9f 100644 --- a/test.sh +++ b/test.sh @@ -79,7 +79,7 @@ function default_settings() { BRG="vmbr0" MAC=$GEN_MAC VLAN="" - START_VM="yes" + START_VM="no" } @@ -145,8 +145,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=32G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null -qm set $VMID -description "# Home Assistant OS -### https://github.com/tteck/Proxmox" >/dev/null +qm set $VMID -description "# Home Assistant OS" >/dev/null if [ "$START_VM" == "yes" ]; then qm start $VMID