diff --git a/geoip/GeoIP2-Country.mmdb b/geoip/GeoIP2-Country.mmdb deleted file mode 120000 index 62d0a9403..000000000 --- a/geoip/GeoIP2-Country.mmdb +++ /dev/null @@ -1 +0,0 @@ -always_us.mmdb \ No newline at end of file diff --git a/setup-env.sh b/setup-env.sh index 3e56a2f51..7bea26a32 100644 --- a/setup-env.sh +++ b/setup-env.sh @@ -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 diff --git a/setup.sh b/setup.sh index 18b3acdc7..af2c14029 100755 --- a/setup.sh +++ b/setup.sh @@ -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