This commit is contained in:
Leon 2021-08-04 11:51:29 +08:00 committed by GitHub
parent e9c3b8f9e3
commit 348d23224a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@ inp "是否显示被修改的密码:\n1) 显示[默认]\n2) 不显示"
echo -n -e "\e[36m输入您的选择->\e[0m"
read display
if [ "$display" != "2" ]; then
echo ""
echo -e "\n"
cat $CONFIG_PATH/auth.json
log "6.2.用被修改的密码登录面板并进入"
fi