Update debian-v3.sh

pull/152/head
tteckster 2022-04-10 10:44:15 -04:00 committed by GitHub
parent 39a13ef124
commit 726c984d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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}"