We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17612a0 commit 95da9e4Copy full SHA for 95da9e4
root/etc/s6-overlay/s6-rc.d/init-mod-swag-dbip-setup/run
@@ -7,6 +7,7 @@ chmod +x /etc/periodic/weekly/dbip
7
# check GeoIP2 database
8
if [ ! -f /config/geoip2db/dbip-country-lite.mmdb ]; then
9
echo "Downloading GeoIP2 City database."
10
+ mkdir -p "/config/geoip2db"
11
/etc/periodic/weekly/dbip
12
fi
13
0 commit comments