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
@@ -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