From c968f07e42685ac00704729d2cf567a48159b34f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 15 Nov 2023 19:22:40 -0500 Subject: [PATCH] Update debian-vm.sh tweak --- vm/debian-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index feaf5238..bd86e7a9 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -154,7 +154,7 @@ function default_settings() { echo -e "${DGN}Using MAC Address: ${BGN}${MAC}${CL}" echo -e "${DGN}Using VLAN: ${BGN}Default${CL}" echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}" - echo -e "${DGN}Start VM when completed: ${BGN}no${CL}" + echo -e "${DGN}Start VM when completed: ${BGN}yes${CL}" echo -e "${BL}Creating a Debian 12 VM using the above default settings${CL}" }