Restart postgresql service

This commit is contained in:
FusionPBX 2022-01-15 19:27:25 -07:00 committed by GitHub
parent 27ba502198
commit 9f41488e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)