output: watchdog visibility — parity/grace/disabled exits now echo, docker_watchdog container count, api_key_renew status always visible

This commit is contained in:
Gmer4Lfe
2026-06-01 20:22:52 -04:00
parent f8325a7067
commit 5e89f334bb
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ acquire_lock
detect_hosts
[[ "${NETWORK_WATCHDOG_ENABLED:-true}" != "true" ]] && log "Network watchdog disabled" && exit 0
[[ "${NETWORK_WATCHDOG_ENABLED:-true}" != "true" ]] && echo "Network watchdog disabled" && exit 0
[[ "$DRY_RUN" == true ]] && warn "DRY RUN — no containers will be restarted"
touch "${NETWORK_WATCHDOG_NPM_STATE_FILE}" 2>/dev/null