aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/geoip/update_geoip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/maint/geoip/update_geoip.sh')
-rwxr-xr-xscripts/maint/geoip/update_geoip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/geoip/update_geoip.sh b/scripts/maint/geoip/update_geoip.sh
index 9289e7a969..743683ab62 100755
--- a/scripts/maint/geoip/update_geoip.sh
+++ b/scripts/maint/geoip/update_geoip.sh
@@ -5,7 +5,7 @@ set -e
DIR=$(cd "$(dirname "$0")" && pwd)
TMP=$(mktemp -d)
-location update
+location --quiet update
location dump "$TMP/geoip-dump.txt"
OLDDIR=$(pwd)