auto-sync: 2026-05-22 18:27:18

This commit is contained in:
cfdaily
2026-05-22 18:27:18 +08:00
parent d77b03c188
commit 120c0d6af6
+1 -1
View File
@@ -135,7 +135,7 @@ pm2 save
# ── 健康检查 ──
echo ""
echo "🏥 Health check..."
HEALTH_URL="http://localhost:8083/api/health"
HEALTH_URL="http://localhost:8083/api/daemon/status"
OK=false
for i in $(seq 1 10); do
if curl -sf "$HEALTH_URL" >/dev/null 2>&1; then