Merge branch 'unidata_16.4.1-ncep_orphan' of github.com:Unidata/awips2 into unidata_16.4.1-el7
This commit is contained in:
commit
92da015c50
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ if [ "${MAPS_DB_EXISTS}" = "false" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Do we still need legacy?
|
# 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 \
|
su - ${DB_OWNER} -c \
|
||||||
"${PSQL} -d maps -U awips -q -p 5432 -f ${SQL_FILE}" >> ${SQL_LOG} 2>&1
|
"${PSQL} -d maps -U awips -q -p 5432 -f ${SQL_FILE}" >> ${SQL_LOG} 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue