[matomo-web] Ensure Matomo sees mmdb files



commit 1b4d9aba1de430e8cb62eb090b8ecdc399f0c5c7
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 08:53:52 2020 +0100

    Ensure Matomo sees mmdb files

 matomo/start.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/matomo/start.sh b/matomo/start.sh
index 169adec..7585312 100755
--- a/matomo/start.sh
+++ b/matomo/start.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
-cp -r /opt/matomo/extra-plugins/* /var/www/html/plugins/
 /usr/local/bin/geoipupdate -v
+cp /usr/local/share/GeoIP/* /var/www/html
+
+cp -r /opt/matomo/extra-plugins/* /var/www/html/plugins/
 php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]