more PG/PSQL def. for maps-database scripts

This commit is contained in:
mjames-upc 2016-01-02 10:33:03 -07:00
parent 17da680515
commit 31e5652bbc
3 changed files with 6 additions and 6 deletions

View file

@ -48,8 +48,8 @@ else
fi
if [ -z $6 ] ; then
PGBINDIR=''
PSQLBINDIR=''
PGBINDIR=/awips2/postgresql/bin/
PSQLBINDIR=/awips2/psql/bin/
else
PGBINDIR=${6}/postgresql/bin/
PSQLBINDIR=${6}/psql/bin/

View file

@ -48,8 +48,8 @@ else
fi
if [ -z $6 ] ; then
PGBINDIR=''
PSQLBINDIR=''
PGBINDIR=/awips2/postgresql/bin/
PSQLBINDIR=/awips2/psql/bin/
else
PGBINDIR=${6}/postgresql/bin/
PSQLBINDIR=${6}/psql/bin/

View file

@ -34,8 +34,8 @@ else
fi
if [ -z $7 ] ; then
PGBINDIR=''
PSQLBINDIR=''
PGBINDIR=/awips2/postgresql/bin/
PSQLBINDIR=/awips2/psql/bin/
else
PGBINDIR=${7}/bin/
PSQLBINDIR=/awips2/psql/bin/