Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion geoip/GeoIP2-Country.mmdb

This file was deleted.

2 changes: 2 additions & 0 deletions setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ APACHE_RUN_GROUP="$(id -g)"
BABEL_HOME="$(dirname $(realpath $0))"

EOT

ln -rsv geoip/always_us.mmdb geoip/GeoIP2-Country.mmdb
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ APACHE_RUN_USER="$(id -u)"
APACHE_RUN_GROUP="$(id -g)"
BABEL_HOME="$(dirname $(realpath $0))"

ln -rsv geoip/always_us.mmdb geoip/GeoIP2-Country.mmdb

EOT

echo
Expand Down