Przeglądaj źródła

Update debian-vm.sh

tweak
tteckster 1 rok temu
rodzic
commit
c968f07e42
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vm/debian-vm.sh

+ 1 - 1
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}"
 }