mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-02-04 10:11:28 +08:00
Update install.sh
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user