auto-sync: 2026-05-22 18:27:18
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ pm2 save
|
|||||||
# ── 健康检查 ──
|
# ── 健康检查 ──
|
||||||
echo ""
|
echo ""
|
||||||
echo "🏥 Health check..."
|
echo "🏥 Health check..."
|
||||||
HEALTH_URL="http://localhost:8083/api/health"
|
HEALTH_URL="http://localhost:8083/api/daemon/status"
|
||||||
OK=false
|
OK=false
|
||||||
for i in $(seq 1 10); do
|
for i in $(seq 1 10); do
|
||||||
if curl -sf "$HEALTH_URL" >/dev/null 2>&1; then
|
if curl -sf "$HEALTH_URL" >/dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user