From 096a7ddbaf5874152ff05997c4157a8a06f1b6fe Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 8 Apr 2019 19:11:26 +0100 Subject: [PATCH] crontab: Fix sytnax error Signed-off-by: Michael Tremer --- src/crontab/ipfire.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3