From 4f84bf4074cbc82197dd9697e47289f698f29fd8 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 14 Sep 2019 16:20:27 +0000 Subject: [PATCH] core136: fix typo at GeoIP update Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/136/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh index e6082c3977..56496bc92d 100644 --- a/config/rootfiles/core/136/update.sh +++ b/config/rootfiles/core/136/update.sh @@ -72,7 +72,7 @@ mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound /etc/init.d/apache restart # Update GeoIP -/usr/local/bin/xt_geoup_update +/usr/local/bin/xt_geoip_update # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5