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
|
||||
|
||||
#restart postgres
|
||||
systemctl restart postgresql
|
||||
service postgresql restart
|
||||
|
||||
#set the working directory
|
||||
cwd=$(pwd)
|
||||
Reference in New Issue
Block a user