浏览代码

Update homeassistant-v3.sh

tteckster 3 年之前
父节点
当前提交
f874f038ab
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      ct/homeassistant-v3.sh

+ 5 - 5
ct/homeassistant-v3.sh

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