From c0875f752512b17afe76c7f620524707ef9e9145 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 16 Jul 2022 19:01:57 +0000 Subject: [PATCH] Update 'test.sh' --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 169e793..884f971 100644 --- a/test.sh +++ b/test.sh @@ -68,7 +68,7 @@ function msg_ok() { local msg="$1" echo -e "${BFR} ${CM} ${GN}${msg}${CL}" } -function default_settings() { +function create_vm() { clear header_info BRANCH=${STABLE} @@ -83,7 +83,7 @@ function default_settings() { } -default_settings +create_vm while read -r line; do TAG=$(echo $line | awk '{print $1}') @@ -150,4 +150,4 @@ qm set $VMID -description "# Home Assistant OS" >/dev/null if [ "$START_VM" == "yes" ]; then qm start $VMID fi -echo "\n\e[1;3;5;42mCompleted Successfully!\e[0m\n" +echo -e "\n\e[1;3;5;42mCompleted Successfully!\e[0m\n"