From e18ee9fcf0446eedfcfe4399d875369d0529e06d Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 1 Jun 2026 20:29:03 -0400 Subject: [PATCH] =?UTF-8?q?output:=20Monitors=20=E2=80=94=20weekly=5Fhealt?= =?UTF-8?q?h=5Fdigest=20non-send=20day=20now=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Monitors/weekly_health_digest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitors/weekly_health_digest.sh b/Monitors/weekly_health_digest.sh index 796ad1d..3825df2 100755 --- a/Monitors/weekly_health_digest.sh +++ b/Monitors/weekly_health_digest.sh @@ -176,7 +176,7 @@ case "$DIGEST_PROFILE" in SHOULD_SEND=true log "Profile: weekly — today is $DIGEST_DAY — will send" else - log "Profile: weekly — today is $TODAY_NAME, digest day is $DIGEST_DAY — skipping" + echo "Profile: weekly — today is $TODAY_NAME, digest day is $DIGEST_DAY — no-op" exit 0 fi ;;