From f084b459efe6e7acdeb4ab2305c9101314c1de5c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Jun 2025 08:29:18 +0000 Subject: [PATCH] crontab: Throw away all logging output of the mirror check 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 7fb9da61..5b9921e4 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -16,7 +16,7 @@ SHELL=/bin/bash 30 * * * * nobody ipfire.org --logging=error cleanup # Check mirrors once every 30 min -*/30 * * * * nobody timeout 600 ipfire.org --logging=error check-mirrors +*/30 * * * * nobody timeout 600 ipfire.org --logging=error check-mirrors &>/dev/null # Toot once a day 0 8 * * * nobody sleep ${RANDOM} && ipfire.org --logging=error toot -- 2.47.3