Skip to content

Commit 6a111c7

Browse files
authored
wording
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 004c046 commit 6a111c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ download_geoip_mmdb() {
425425
else
426426
docker rm -f maxmind
427427
rm -f /tmp/dockerenv
428-
print_text_in_color "$ICyan" "Update limit for Maxmind GeoDatabase reached! We're now trying to get the Country Database from https://ipinfo.io instead."
428+
print_text_in_color "$ICyan" "Rate limit for Maxmind GeoDatabase reached! We're now trying to get the Country Database from https://ipinfo.io instead."
429429
if ! curl -sfL https://ipinfo.io/data/free/country.mmdb?token="$x8v8GyVQg2UejdPh" -o "$GEOBLOCK_DIR"/GeoLite2-Country.mmdb
430430
then
431431
msg_box "Sorry, we couldn't get the needed IP geolocation database from any source, please try again in 24 hours."

0 commit comments

Comments
 (0)