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.
2 parents 8edd703 + 13b1aa0 commit a1a4499Copy full SHA for a1a4499
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