File tree Expand file tree Collapse file tree 7 files changed +21
-0
lines changed
Expand file tree Collapse file tree 7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
Original file line number Diff line number Diff line change 44if [ " $1 " = ' postgres' ]; then
55 chown -R postgres " $PGDATA "
66
7+ chmod g+s /run/postgresql
8+ chown -R postgres:postgres /run/postgresql
9+
710 if [ -z " $( ls -A " $PGDATA " ) " ]; then
811 gosu postgres initdb
912
You can’t perform that action at this time.
0 commit comments