Update homeassistant-v3.sh

This commit is contained in:
tteckster 2022-04-14 14:12:15 -04:00 committed by GitHub
parent 2044b18edb
commit f874f038ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -115,15 +115,15 @@ header_info
echo -e "${GN}Using CT Password ${BGN}$PW1${CL}"
echo -e "${GN}Using ID ${BGN}$CT_ID${CL}"
echo -e "${YW}Enter CT Name (no spaces), or Press [ENTER] for Default: $APP "
read CT_NAME
if [ -z $CT_NAME ]; then
read CT_NAME1
if [ -z $CT_NAME1 ]; then
CT_NAME=$NSAPP;
HN=$NSAPP
else
HN=$(echo ${CT_NAME,,} | tr -d ' ')
echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"
CT_NAME=$CT_NAME1;
HN=$(echo ${CT_NAME,,} | tr -d ' ')
fi
# echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"
echo -en "${GN}Set CT Name To ${BL}$CT_NAME${CL}"
echo -e " ${CM}${CL} \r"
sleep 1
clear