From e137fecc74d0ad819b9b84ded5f0ffdd18ccf959 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 16 Jul 2022 18:58:57 +0000 Subject: [PATCH] Update 'test.sh' --- test.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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