From b0a5a9a6bfaa69c116cfd24a23449de7c9dd45f9 Mon Sep 17 00:00:00 2001 From: wnlen <62139570+wnlen@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:37:27 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 46f7e74..fc400fa 100755 --- a/install.sh +++ b/install.sh @@ -260,7 +260,7 @@ if [ -n "$SECRET_VAL" ]; then else echo "" echo -e "🌐 Dashboard:http://${api_host}:${api_port}/ui" - echo "🔐 Secret:未读取到(服务首次启动后生成),可用以下命令查看:" + echo "🔐 Secret:未配置(当前为无鉴权模式,仅限本机访问),可用以下命令查看:" echo " sudo awk -F': *' '/^secret:/{print \$2; exit}' $CONF_FILE" fi