From 9efa1817ea4aed47262c8e7da32154e05433a1d5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 8 Apr 2022 19:34:55 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index a6b120d2..b3f22a2d 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -116,7 +116,8 @@ header_info echo -e "${GN}Using ID ${BGN}$CT_ID${CL}" echo -e "${YW}Enter CT Name, or Press [ENTER] for Default: $APP " read CT_NAME - if [ -z $CT_NAME ]; then HN=$(echo ${APP,,} | tr -d ' '); + if [ -z $CT_NAME ]; then HN=$(echo ${APP,,} | tr -d ' ') + CT_NAME=$APP else HN=$(echo ${CT_NAME,,} | tr -d ' ') fi;