瀏覽代碼

Update debian-vm.sh

tweak
tteckster 1 年之前
父節點
當前提交
c968f07e42
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 MAC Address: ${BGN}${MAC}${CL}"
   echo -e "${DGN}Using VLAN: ${BGN}Default${CL}"
   echo -e "${DGN}Using VLAN: ${BGN}Default${CL}"
   echo -e "${DGN}Using Interface MTU Size: ${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}"
   echo -e "${BL}Creating a Debian 12 VM using the above default settings${CL}"
 }
 }