Merge pull request #36 from timlinux/9.4-2.1

Added support for raster out by Riaan
9.4-2.1
Tim Sutton 2016-03-18 22:18:19 +02:00
commit 2871b782ee
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -126,4 +126,5 @@ su - postgres -c "psql -l"
PID=`cat /var/run/postgresql/9.4-main.pid`
kill -9 ${PID}
echo "Postgres initialisation process completed .... restarting in foreground"
su - postgres -c "$POSTGRES -D $DATADIR -c config_file=$CONF"
SETVARS="POSTGIS_ENABLE_OUTDB_RASTERS=1 POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL"
su - postgres -c "$SETVARS $POSTGRES -D $DATADIR -c config_file=$CONF"