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
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ if [ "$1" = 'postgres' ]; then
52
52
53
53
: ${POSTGRES_USER:= postgres}
54
54
: ${POSTGRES_DB:= $POSTGRES_USER }
55
+ export POSTGRES_USER POSTGRES_DB
55
56
56
57
if [ " $POSTGRES_DB " != ' postgres' ]; then
57
58
psql --username postgres << -EOSQL
You can’t perform that action at this time.
0 commit comments