From: Stefan Schantl Date: Wed, 1 Apr 2015 18:29:00 +0000 (+0200) Subject: crontab: Fix syntax for xt_geoip_update call. X-Git-Tag: v2.17-core91~128^2~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef4edcfb203a3610efb7e47cb6f4e3337cb2e312;p=people%2Fstevee%2Fipfire-2.x.git crontab: Fix syntax for xt_geoip_update call. --- 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