From 3ad0643344f3cc41a1a9c517c98de4963bc5b5b0 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 16 Jul 2022 18:46:19 +0000 Subject: [PATCH] Update 'test.sh' --- test.sh | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/test.sh b/test.sh index 3c9d1b9..e433552 100644 --- a/test.sh +++ b/test.sh @@ -81,24 +81,22 @@ function msg_ok() { function default_settings() { clear header_info - echo -e "${BL}Using Default Settings${CL}" - echo -e "${DGN}Using Version ${BGN}${STABLE}${CL}" BRANCH=${STABLE} - echo -e "${DGN}Using VM ID ${BGN}$NEXTID${CL}" + # echo -e "${DGN}Using VM ID ${BGN}$NEXTID${CL}" VMID=$NEXTID - echo -e "${DGN}Using VM Name ${BGN}haos${STABLE}${CL}" - VM_NAME=haos${STABLE} - echo -e "${DGN}Using ${BGN}2${CL}${DGN}vCPU${CL}" + # echo -e "${DGN}Using VM Name ${BGN}haos${STABLE}${CL}" + VM_NAME=Home-Assistant + # echo -e "${DGN}Using ${BGN}2${CL}${DGN}vCPU${CL}" CORE_COUNT="2" - echo -e "${DGN}Using ${BGN}4096${CL}${DGN}MiB RAM${CL}" + # echo -e "${DGN}Using ${BGN}4096${CL}${DGN}MiB RAM${CL}" RAM_SIZE="4096" - echo -e "${DGN}Using Bridge ${BGN}vmbr0${CL}" + # echo -e "${DGN}Using Bridge ${BGN}vmbr0${CL}" 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 - echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" + # echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" VLAN="" - echo -e "${DGN}Start VM when completed ${BGN}yes${CL}" + # echo -e "${DGN}Start VM when completed ${BGN}yes${CL}" START_VM="yes" }