mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 05:42:54 -04:00
Merge pull request #275 from linuxserver/nemchik-patch-1
make config folder
This commit is contained in:
@@ -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 ]] && \
|
||||
|
||||
Reference in New Issue
Block a user