From: Arne Fitzenreiter Date: Mon, 27 Jul 2020 18:05:06 +0000 (+0000) Subject: core148: Update crontab with recent changes X-Git-Tag: v2.25-core148~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb99ea7bf7b086b99af67776d38abbf7be8d6db;p=ipfire-2.x.git core148: Update crontab with recent changes Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/148/update.sh b/config/rootfiles/core/148/update.sh index c89da8fc4f..c77e72276f 100644 --- a/config/rootfiles/core/148/update.sh +++ b/config/rootfiles/core/148/update.sh @@ -62,6 +62,13 @@ ldconfig # Start services +# Update crontab +sed -i /var/spool/cron/root.orig \ + -e "s/xt_geoip_update/update-location-database/" \ + -e "/location/s/monthly/hourly/" \ + -e "s/GeoIP/location/" +fcrontab -z + # This update needs a reboot... #touch /var/run/need_reboot