File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
15
15
16
16
# look specifically for PG_VERSION, as it is expected in the DB dir
17
17
if [ ! -s " $PGDATA /PG_VERSION" ]; then
18
- gosu postgres initdb " $POSTGRES_INITDB_ARGS "
18
+ eval " gosu postgres initdb $POSTGRES_INITDB_ARGS "
19
19
20
20
# check password first so we can output the warning before postgres
21
21
# messes it up
You can’t perform that action at this time.
0 commit comments