From 550be849cff6c55d77bc0e9c6f743ab0731e5700 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 30 Nov 2024 14:39:09 +0000 Subject: [PATCH] cron: Send the last Christmas email earlier in the morning Signed-off-by: Michael Tremer --- src/crontab/ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crontab/ipfire b/src/crontab/ipfire index 2ab99ac9..54481790 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -27,4 +27,4 @@ SHELL=/bin/bash # Christmas Campaign 0 16 6 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-1 0 15 17 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-2 -0 17 24 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-3 +0 10 24 12 * nobody ipfire.org --logging=error campaigns:send donate/messages/christmas-3 -- 2.47.2