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 8edd703 commit 13b1aa0Copy full SHA for 13b1aa0
root/etc/cont-init.d/98-maxmind
@@ -3,6 +3,8 @@
3
echo "Applying the maxmind mod..."
4
5
# create GeoIP2 folder symlink
6
+mkdir -p \
7
+ /config/geoip2db
8
[[ -d /var/lib/libmaxminddb ]] && [[ ! -L /var/lib/libmaxminddb ]] && \
9
rm -rf /var/lib/libmaxminddb
10
[[ ! -d /var/lib/libmaxminddb ]] && \
0 commit comments