Skip to content
Snippets Groups Projects
Commit 5530af67 authored by David Goulet's avatar David Goulet :panda_face:
Browse files

scripts: Quiet the IPFire location GeoIP command


We do this to avoid useless outputs but also, in the CI environement,
the Python logging package stacktraces with a problem on a socket.

The command still works but the logging fails. With the quiet switch, we
don't get such stacktrace.

Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
parent 5e1f6460
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment