Update postgresql.sh

This commit is contained in:
FusionPBX 2023-09-06 17:06:57 -06:00 committed by GitHub
parent 69bda4704d
commit 359eb22185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ if [ ."$database_host" = ."127.0.0.1" ] || [ ."$database_host" = ."::1" ] ; then
systemctl restart postgresql
fi
sed -i /etc/postgresql/15/main/pg_hba.conf -e '/^#/!s/scram-sha-256/md5/g'
#init.d
#/usr/sbin/service postgresql restart