diff --git a/geoip_updater.sh b/geoip_updater.sh index 0e4f990..9befc8e 100755 --- a/geoip_updater.sh +++ b/geoip_updater.sh @@ -13,7 +13,7 @@ set -e # Define variables -DATE=$(date -I) +DATE=${1:-$(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}"