From e9c3b8f9e3251e06e166c32c791ec11b98d846fb Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 4 Aug 2021 11:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/ql.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index c63287b..ee940ab 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -310,7 +310,7 @@ if [ "$port" = "2" ]; then log "6.安装已完成,请自行调整端口映射并进入面板一次以便进行内部配置" else log "6.安装已完成,请进入面板一次以便进行内部配置" - log "6.1.用户名和密码已显示,请登录 ip:5700" + log "6.1.用户名和密码已显示,请登录 ip:$JD_PORT" cat $CONFIG_PATH/auth.json fi @@ -323,6 +323,7 @@ inp "是否显示被修改的密码:\n1) 显示[默认]\n2) 不显示" echo -n -e "\e[36m输入您的选择->\e[0m" read display if [ "$display" != "2" ]; then + echo "" cat $CONFIG_PATH/auth.json log "6.2.用被修改的密码登录面板并进入" fi