File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
5252
5353 : ${POSTGRES_USER:= postgres}
5454 : ${POSTGRES_DB:= $POSTGRES_USER }
55+ export POSTGRES_USER POSTGRES_DB
5556
5657 if [ " $POSTGRES_DB " != ' postgres' ]; then
5758 psql --username postgres << -EOSQL
You can’t perform that action at this time.
0 commit comments