more PG/PSQL def. for maps-database scripts
This commit is contained in:
parent
17da680515
commit
31e5652bbc
3 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue