From 359eb22185f9669c77ec10aa5ab889b315226a7e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 6 Sep 2023 17:06:57 -0600 Subject: [PATCH] Update postgresql.sh --- debian/resources/postgresql.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/resources/postgresql.sh b/debian/resources/postgresql.sh index 78746b0..862ac8f 100755 --- a/debian/resources/postgresql.sh +++ b/debian/resources/postgresql.sh @@ -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