Merge branch 'unidata_16.4.1-ncep_orphan' of github.com:Unidata/awips2 into unidata_16.4.1-el7

This commit is contained in:
Michael James 2017-03-20 19:07:30 +00:00
commit 92da015c50

View file

@ -168,7 +168,7 @@ if [ "${MAPS_DB_EXISTS}" = "false" ]; then
fi
# Do we still need legacy?
SQL_FILE="/awips2/postgresql/share/contrib/postgis-2.2/legacy.sql"
SQL_FILE="/awips2/postgresql/share/contrib/postgis-2.0/legacy.sql"
su - ${DB_OWNER} -c \
"${PSQL} -d maps -U awips -q -p 5432 -f ${SQL_FILE}" >> ${SQL_LOG} 2>&1
if [ $? -ne 0 ]; then