Hack fix for postgres/postgis version

pull/352/head
stirringhalo 2016-06-17 11:53:20 -04:00 zatwierdzone przez GitHub
rodzic d0cccc6f6c
commit 5757ca3caf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ function install_vt_util() {
}
function create_postgis_extensions() {
cd "/usr/share/postgresql/$PG_MAJOR/contrib/postgis-$POSTGIS_MAJOR"
cd "/usr/share/postgresql/*/contrib/postgis-*"
local db
for db in template_postgis "$POSTGRES_DB"; do
echo "Loading PostGIS into $db"