Skip to content

Commit b801aaf

Browse files
authored
Update install.sh
1 parent 4a60070 commit b801aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/postgresql/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ echo "listen_addresses = '*'" >> /etc/postgresql/${version_major}/main/postgresq
6565
&& echo "data_directory = '$PGDATA'" >> /etc/postgresql/${version_major}/main/postgresql.conf \
6666
&& echo "host all all 0.0.0.0/0 trust" > /etc/postgresql/${version_major}/main/pg_hba.conf \
6767
&& 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 \
68+
&& echo "host all all ::1/128 trust" >> /etc/postgresql/${version_major}/main/pg_hba.conf
6969
7070
if [ ! -f "$PGDATA/PG_VERSION" ]; then
7171
echo "Initializing PostgreSQL database..."

0 commit comments

Comments
 (0)