From 51a7871a35718843ef3d0529efa2e805582885ab Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 25 Aug 2019 17:10:44 +0200 Subject: [PATCH] core136: run xt_geoip_update Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/136/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh index 7991b82aca..8e7a5fd1ea 100644 --- a/config/rootfiles/core/136/update.sh +++ b/config/rootfiles/core/136/update.sh @@ -67,6 +67,9 @@ mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound # Start services /etc/init.d/apache restart +# Update GeoIP +/usr/local/bin/xt_geoup_update + # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.2