diff --git a/geoip_updater.sh b/geoip_updater.sh index 2ef34c1..0e4f990 100755 --- a/geoip_updater.sh +++ b/geoip_updater.sh @@ -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}"