make config folder

Removing creation of the folder from swag in standard-base branch
This commit is contained in:
Eric Nemchik
2021-12-19 11:20:10 -06:00
committed by GitHub
parent 8edd703c24
commit 13b1aa05d7
+2
View File
@@ -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 ]] && \