From bd3883e93293854cd7383f7ffec81e05ca7331b8 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 25 Jan 2026 16:38:07 -0800 Subject: [PATCH] =?UTF-8?q?chore(data):=20=F0=9F=94=A7=20Update=20GeoIP=20?= =?UTF-8?q?database=20update=20script=20logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/data/update-geoip-db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data/update-geoip-db.sh b/scripts/data/update-geoip-db.sh index 3abbb1a6d..7efa84c63 100755 --- a/scripts/data/update-geoip-db.sh +++ b/scripts/data/update-geoip-db.sh @@ -13,7 +13,7 @@ YEAR=$(date +%Y) MONTH=$(date +%m) DB_URL="https://download.db-ip.com/free/dbip-city-lite-${YEAR}-${MONTH}.mmdb.gz" -DB_DIR="$CODEBASE_ROOT/features/analytics/backend-api/data" +DB_DIR="$CODEBASE_ROOT/features/platform-analytics/backend-api/data" DB_FILE="$DB_DIR/dbip-city-lite.mmdb" # Ensure data directory exists