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 fi
if [ -z $6 ] ; then if [ -z $6 ] ; then
PGBINDIR='' PGBINDIR=/awips2/postgresql/bin/
PSQLBINDIR='' PSQLBINDIR=/awips2/psql/bin/
else else
PGBINDIR=${6}/postgresql/bin/ PGBINDIR=${6}/postgresql/bin/
PSQLBINDIR=${6}/psql/bin/ PSQLBINDIR=${6}/psql/bin/

View file

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

View file

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