fix postgres readiness check
This commit is contained in:
parent
d44cd78611
commit
a8c6c88f6d
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,6 @@
|
|||
export PGDATA="$REPO_ROOT/.postgres"
|
||||
export PGHOST="$PGDATA"
|
||||
export PGUSER="postgres"
|
||||
export PGDATABASE="rabbigerzi"
|
||||
|
||||
if [ ! -d "$PGDATA" ]; then
|
||||
echo "[pg] initializing cluster at $PGDATA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue