From: Michael Tremer Date: Thu, 26 Jun 2025 08:29:18 +0000 (+0000) Subject: crontab: Throw away all logging output of the mirror check X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f084b459efe6e7acdeb4ab2305c9101314c1de5c;p=ipfire.org.git crontab: Throw away all logging output of the mirror check Signed-off-by: Michael Tremer --- 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