From d76362808662b229ab5d9958ed9deb0f3be53274 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 6 Jan 2024 17:55:01 -0500 Subject: [PATCH] Update haos-vm.sh --- vm/haos-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index bf11bd43..dfa476b5 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -165,7 +165,7 @@ function default_settings() { MAC="$GEN_MAC" VLAN="" MTU="" - START_VM="yws" + START_VM="yes" echo -e "${DGN}Using HAOS Version: ${BGN}${BRANCH}${CL}" echo -e "${DGN}Using Virtual Machine ID: ${BGN}${VMID}${CL}" echo -e "${DGN}Using Machine Type: ${BGN}i440fx${CL}"