From 290811f988523af3bd3979a424ae0705a5b86ec9 Mon Sep 17 00:00:00 2001 From: ailuntz Date: Tue, 10 Mar 2026 16:49:24 +0800 Subject: [PATCH] fix(install): use absolute dashboard path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6dc40382..7e7e01df 100755 --- a/install.sh +++ b/install.sh @@ -288,7 +288,7 @@ echo -e "${GREEN}╚════════════════════ echo "" echo "下一步:" echo " 1. 启动数据刷新循环: bash scripts/run_loop.sh &" -echo " 2. 启动看板服务器: python3 dashboard/server.py" +echo " 2. 启动看板服务器: python3 \"$REPO_DIR/dashboard/server.py\"" echo " 3. 打开看板: http://127.0.0.1:7891" echo "" info "文档: docs/getting-started.md"