mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 11:53:25 +01:00
Change START_VM from 'yes' to 'no' (#11292)
This commit is contained in:
committed by
GitHub
parent
393bc4a7e4
commit
90f7020826
@@ -213,7 +213,7 @@ function default_settings() {
|
||||
MAC="$GEN_MAC"
|
||||
VLAN=""
|
||||
MTU=""
|
||||
START_VM="yes"
|
||||
START_VM="no"
|
||||
METHOD="default"
|
||||
echo -e "${CONTAINERID}${BOLD}${DGN}Virtual Machine ID: ${BGN}${VMID}${CL}"
|
||||
echo -e "${CONTAINERTYPE}${BOLD}${DGN}Machine Type: ${BGN}i440fx${CL}"
|
||||
|
||||
Reference in New Issue
Block a user