explicit PG/PSQL defaults if not given in importShapeFile.sh
This commit is contained in:
parent
1cd4bfc616
commit
17da680515
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue