forked from norman/fusionpbx-install.sh-github-mirror
Restart postgresql service
This commit is contained in:
2
debian/resources/postgresql/node.sh
vendored
2
debian/resources/postgresql/node.sh
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user