[matomo-web] Fix database location



commit b1440c49cddb67bdb0189481314fdf9f461a0f28
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue Dec 29 08:57:04 2020 +0100

    Fix database location

 matomo/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/matomo/start.sh b/matomo/start.sh
index 7585312..2bf7795 100755
--- a/matomo/start.sh
+++ b/matomo/start.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 /usr/local/bin/geoipupdate -v
-cp /usr/local/share/GeoIP/* /var/www/html
+cp /usr/local/share/GeoIP/*.mmdb /var/www/html/misc
 
 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]