crontab: Fix syntax for xt_geoip_update call.

This commit is contained in:
Stefan Schantl
2015-04-01 20:29:00 +02:00
parent a8e59d8035
commit ef4edcfb20

View File

@@ -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