Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Sep 22, 2024
1 parent 004c046 commit 6a111c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ download_geoip_mmdb() {
else
docker rm -f maxmind
rm -f /tmp/dockerenv
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."
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."
if ! curl -sfL https://ipinfo.io/data/free/country.mmdb?token="$x8v8GyVQg2UejdPh" -o "$GEOBLOCK_DIR"/GeoLite2-Country.mmdb
then
msg_box "Sorry, we couldn't get the needed IP geolocation database from any source, please try again in 24 hours."
Expand Down

0 comments on commit 6a111c7

Please sign in to comment.