Merge pull request #734 from linuxserver/swag-dbip-pathfix

This commit is contained in:
Adam 2023-07-27 15:06:00 +01:00 committed by GitHub
commit 2215a49ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ chmod +x /etc/periodic/weekly/dbip
# check GeoIP2 database
if [ ! -f /config/geoip2db/dbip-country-lite.mmdb ]; then
echo "Downloading GeoIP2 City database."
mkdir -p "/config/geoip2db"
/etc/periodic/weekly/dbip
fi