Fix GL Plugins not loading anymore

This commit is contained in:
2019-11-24 15:51:10 +01:00
parent 9d1d3ca66a
commit 063fa65a84
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
curl --output ${GRAYLOG_PLUGIN_DIR}/mm.tar.gz https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
tar zxvf ${GRAYLOG_PLUGIN_DIR}/mm.tar.gz -C ${GRAYLOG_PLUGIN_DIR} --strip-components=1
curl --output /etc/graylog/server/mm.tar.gz https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
tar zxvf /etc/graylog/server/mm.tar.gz -C /etc/graylog/server/ --strip-components=1