aboutsummaryrefslogtreecommitdiffstats
path: root/main/geoip/geoip.cron
diff options
context:
space:
mode:
Diffstat (limited to 'main/geoip/geoip.cron')
-rwxr-xr-xmain/geoip/geoip.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/geoip/geoip.cron b/main/geoip/geoip.cron
index b7c2ffd4d0..fc96d08a82 100755
--- a/main/geoip/geoip.cron
+++ b/main/geoip/geoip.cron
@@ -1,2 +1,2 @@
#!/bin/sh
-wget -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz -O /tmp/GeoIP.dat.gz && gunzip tmp/GeoIP.dat.gz && mv tmp/GeoIP.dat.gz /usr/share/GeoIP
+wget -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz -O /tmp/GeoIP.dat.gz && gunzip /tmp/GeoIP.dat.gz && mv /tmp/GeoIP.dat /usr/share/GeoIP