Fix small bug in geoip_updater
This commit is contained in:
parent
56b5cc8741
commit
0986e3bebb
@ -13,8 +13,7 @@
|
||||
set -e
|
||||
|
||||
# Define variables
|
||||
DATE="2024-02-02"
|
||||
# DATE=$(date -I)
|
||||
DATE=$(date -I)
|
||||
DEST_DIR="/usr/local/share/GeoIP"
|
||||
FN="GeoLite2-City-${DATE//-/}.tar.gz"
|
||||
URL="https://github.com/merkez/maxmind-databases/releases/download/${DATE}/${FN}"
|
||||
|
Loading…
Reference in New Issue
Block a user