Ver Fonte

Update debian-vm.sh

tweak
tteckster há 1 ano atrás
pai
commit
c968f07e42
1 ficheiros alterados com 1 adições e 1 exclusões
  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}"
 }