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 ;;