Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 91ea911

Browse files
authored
Merge branch 'master' into support-gandi-livedns
2 parents 9947285 + 9b2e3c1 commit 91ea911

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/etc/cont-init.d/50-config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ fi
267267
ln -s /config/geoip2db /var/lib/libmaxminddb
268268
# check GeoIP2 database
269269
[[ ! -f /var/lib/libmaxminddb/GeoLite2-City.mmdb ]] && \
270-
echo "creating GeoIP2 database" && \
271-
/etc/periodic/weekly/libmaxminddb
270+
echo "Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb"
272271

273272
# logfiles needed by fail2ban
274273
[[ ! -f /config/log/nginx/error.log ]] && \

0 commit comments

Comments
 (0)