File tree 11 files changed +44
-11
lines changed
11 files changed +44
-11
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
Original file line number Diff line number Diff line change @@ -86,7 +86,10 @@ if [ "$1" = 'postgres' ]; then
86
86
authMethod=trust
87
87
fi
88
88
89
- { echo ; echo " host all all all $authMethod " ; } | tee -a " $PGDATA /pg_hba.conf" > /dev/null
89
+ {
90
+ echo
91
+ echo " host all all all $authMethod "
92
+ } >> " $PGDATA /pg_hba.conf"
90
93
91
94
# internal start of server in order to allow set-up using psql-client
92
95
# does not listen on external TCP/IP and waits until start finishes
You can’t perform that action at this time.
0 commit comments