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
1 changed files with 1 additions and 1 deletions

View File

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