From 726c984d509a60104c347d80cd2b95317a1f1e31 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 10 Apr 2022 10:44:15 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index 1d6eb1f6..f601a94e 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -116,9 +116,7 @@ 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 ' ') - CT_NAME=$APP - else + if [ -z $CT_NAME ]; then CT_NAME=${APP} HN=$(echo ${CT_NAME,,} | tr -d ' ') fi; echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"