Skip to content

Commit a1a4499

Browse files
authored
Merge pull request #275 from linuxserver/nemchik-patch-1
make config folder
2 parents 8edd703 + 13b1aa0 commit a1a4499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/etc/cont-init.d/98-maxmind

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
echo "Applying the maxmind mod..."
44

55
# create GeoIP2 folder symlink
6+
mkdir -p \
7+
/config/geoip2db
68
[[ -d /var/lib/libmaxminddb ]] && [[ ! -L /var/lib/libmaxminddb ]] && \
79
rm -rf /var/lib/libmaxminddb
810
[[ ! -d /var/lib/libmaxminddb ]] && \

0 commit comments

Comments
 (0)