auto-sync: 2026-06-02 22:12:14

This commit is contained in:
cfdaily
2026-06-02 22:12:14 +08:00
parent f4e7d9ce85
commit 7ff5687a31
+1 -1
View File
@@ -209,7 +209,7 @@ if ! $HEALTH_CMD &>/dev/null; then
cooldown_ts=$(($(date +%s) + COOLDOWN))
state_write "$local_ts" "health_fail" "$cooldown_ts"
log_restart "health_fail" "Gateway health check failed" 0 0 0
log "Gateway restart completed (reason: health_fail)"
log "Gateway restart attempted (reason: health_fail)"
exit 0
fi