diff --git a/config/rootfiles/core/148/update.sh b/config/rootfiles/core/148/update.sh index c89da8fc4..c77e72276 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