Restart postgresql service

This commit is contained in:
FusionPBX
2022-01-15 19:27:25 -07:00
committed by GitHub
parent 27ba502198
commit 9f41488e59

View File

@@ -125,7 +125,7 @@ systemctl daemon-reload
sudo -u postgres psql -p $database_port -c "SELECT pg_reload_conf();"
#restart postgres
#systemctl restart postgresql
systemctl restart postgresql
#set the working directory
cwd=$(pwd)