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
|
fi
|
||||||
|
|
||||||
if [ -z $7 ] ; then
|
if [ -z $7 ] ; then
|
||||||
PGBINDIR=''
|
PGBINDIR=/awips2/postgresql/bin/
|
||||||
PSQLBINDIR=''
|
PSQLBINDIR=/awips2/psql/bin/
|
||||||
else
|
else
|
||||||
PGBINDIR=${7}/postgresql/bin/
|
PGBINDIR=${7}/postgresql/bin/
|
||||||
PSQLBINDIR=${7}/psql/bin/
|
PSQLBINDIR=${7}/psql/bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue