We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a60070 commit b801aafCopy full SHA for b801aaf
1 file changed
src/postgresql/install.sh
@@ -65,7 +65,7 @@ echo "listen_addresses = '*'" >> /etc/postgresql/${version_major}/main/postgresq
65
&& echo "data_directory = '$PGDATA'" >> /etc/postgresql/${version_major}/main/postgresql.conf \
66
&& echo "host all all 0.0.0.0/0 trust" > /etc/postgresql/${version_major}/main/pg_hba.conf \
67
&& echo "host all all ::/0 trust" >> /etc/postgresql/${version_major}/main/pg_hba.conf \
68
- && echo "host all all ::1/128 trust" >> /etc/postgresql/${version_major}/main/pg_hba.conf \
+ && echo "host all all ::1/128 trust" >> /etc/postgresql/${version_major}/main/pg_hba.conf
69
70
if [ ! -f "$PGDATA/PG_VERSION" ]; then
71
echo "Initializing PostgreSQL database..."
0 commit comments