Skip to content

Commit 13b1aa0

Browse files
authored
make config folder
Removing creation of the folder from swag in standard-base branch
1 parent 8edd703 commit 13b1aa0

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)