explicit PG/PSQL defaults if not given in importShapeFile.sh

This commit is contained in:
mjames-upc 2016-01-02 10:30:28 -07:00
parent 1cd4bfc616
commit 17da680515

View file

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