From 13b1aa05d785eec093f1fc0a5e45cc5a5c330808 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 19 Dec 2021 11:20:10 -0600 Subject: [PATCH] make config folder Removing creation of the folder from swag in standard-base branch --- root/etc/cont-init.d/98-maxmind | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/etc/cont-init.d/98-maxmind b/root/etc/cont-init.d/98-maxmind index aab5db6..1dff571 100644 --- a/root/etc/cont-init.d/98-maxmind +++ b/root/etc/cont-init.d/98-maxmind @@ -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 ]] && \