Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit fe706ff

Browse files
author
Grant Kinney
committed
Adds country geoip database for GeoIP2 plugin
1 parent 6a2e17a commit fe706ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"scripts": {
33
"dokku": {
4-
"predeploy": "mkdir tmp && cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME vendor/piwik/piwik/misc/"
4+
"predeploy": "cp $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_CITY_FILENAME $GEOIP_GEOLITE2_PATH$GEOIP_GEOLITE2_COUNTRY_FILENAME vendor/piwik/piwik/misc/"
55
}
66
}
77
}

0 commit comments

Comments
 (0)