mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
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 <dgoulet@torproject.org>
This commit is contained in:
parent
5e1f64602b
commit
5530af675b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user