Fixed typo in geolite2-db-update.sh
This commit is contained in:
parent
06263e30b4
commit
7e2ea1ef13
@ -2,7 +2,7 @@
|
||||
|
||||
# Define constants
|
||||
BASE_URL="https://download.maxmind.com/geoip/databases"
|
||||
AUTH="OUR_ACCOUNT_ID:YOUR_LICENSE_KEY"
|
||||
AUTH="YOUR_ACCOUNT_ID:YOUR_LICENSE_KEY"
|
||||
OUTPUT_DIR="$(dirname "$0")/geolite2/db"
|
||||
CITY_FILE="GeoLite2-City"
|
||||
ASN_FILE="GeoLite2-ASN"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user