From: Michael Tremer Date: Mon, 8 Apr 2019 18:11:26 +0000 (+0100) Subject: crontab: Fix sytnax error X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=096a7ddbaf5874152ff05997c4157a8a06f1b6fe;p=ipfire.org.git crontab: Fix sytnax error Signed-off-by: Michael Tremer --- diff --git a/src/crontab/ipfire.org b/src/crontab/ipfire.org index 31ce551d..f4d8a5b8 100644 --- a/src/crontab/ipfire.org +++ b/src/crontab/ipfire.org @@ -11,4 +11,4 @@ 30 * * * * nobody ipfire.org cleanup-messages # Check mirrors once every 30 min -*/30 * * * nobody ipfire.org check-mirrors +*/30 * * * * nobody ipfire.org check-mirrors