From 7ff5687a317690d086b39f48eed21158b593d6d5 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Tue, 2 Jun 2026 22:12:14 +0800 Subject: [PATCH] auto-sync: 2026-06-02 22:12:14 --- scripts/gateway-watchdog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gateway-watchdog.sh b/scripts/gateway-watchdog.sh index 33cff2c..e6e97ae 100755 --- a/scripts/gateway-watchdog.sh +++ b/scripts/gateway-watchdog.sh @@ -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