forked from norman/fusionpbx-install.sh-github-mirror
Change systemctl to service command.
This commit is contained in:
@@ -89,7 +89,7 @@ done
|
|||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
#restart postgres
|
#restart postgres
|
||||||
systemctl restart postgresql
|
service postgresql restart
|
||||||
|
|
||||||
#set the working directory
|
#set the working directory
|
||||||
cwd=$(pwd)
|
cwd=$(pwd)
|
||||||
Reference in New Issue
Block a user