Update haos-vm-v4.sh

This commit is contained in:
tteckster 2022-08-01 07:27:26 -04:00 committed by GitHub
parent c357e1f7d0
commit e6b4af33ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ function default_settings() {
BRG="vmbr0" BRG="vmbr0"
echo -e "${DGN}Using MAC Address: ${BGN}$GEN_MAC${CL}" echo -e "${DGN}Using MAC Address: ${BGN}$GEN_MAC${CL}"
MAC=$GEN_MAC MAC=$GEN_MAC
echo -e "${DGN}Using VLAN: ${BGN}NONE${CL}" echo -e "${DGN}Using VLAN: ${BGN}Default${CL}"
VLAN="" VLAN=""
echo -e "${DGN}Start VM when completed ${BGN}yes${CL}" echo -e "${DGN}Start VM when completed ${BGN}yes${CL}"
START_VM="yes" START_VM="yes"