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
|
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/
|
||||||
|
|
|
@ -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/
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue