From ef4edcfb203a3610efb7e47cb6f4e3337cb2e312 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 1 Apr 2015 20:29:00 +0200 Subject: [PATCH] crontab: Fix syntax for xt_geoip_update call. --- config/cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cron/crontab b/config/cron/crontab index 3353092f65..d5e5d7e9f0 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -59,4 +59,4 @@ HOME=/ 00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl # Update GeoIP database once a month. -%monthly,random * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1 +%monthly,random * * * [ -f "/var/ipfire/red/active" ] && /usr/local/bin/xt_geoip_update >/dev/null 2>&1 -- 2.39.2