Merge pull request #275 from linuxserver/nemchik-patch-1

make config folder
This commit is contained in:
aptalca 2021-12-19 12:31:36 -05:00 committed by GitHub
commit a1a44997d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@
echo "Applying the maxmind mod..."
# create GeoIP2 folder symlink
mkdir -p \
/config/geoip2db
[[ -d /var/lib/libmaxminddb ]] && [[ ! -L /var/lib/libmaxminddb ]] && \
rm -rf /var/lib/libmaxminddb
[[ ! -d /var/lib/libmaxminddb ]] && \