forked from norman/fusionpbx-install.sh-github-mirror
BugFix-make relative paths work (#19)
remove path on systemctl as it should rely on path as it could be in /sbib/ on some systems
This commit is contained in:
4
debian/resources/postgres.sh
vendored
4
debian/resources/postgres.sh
vendored
@@ -19,8 +19,8 @@ apt-get install -y --force-yes sudo postgresql
|
||||
#apt-get install -y --force-yes sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4
|
||||
|
||||
#systemd
|
||||
/bin/systemctl daemon-reload
|
||||
/bin/systemctl restart postgresql
|
||||
systemctl daemon-reload
|
||||
systemctl restart postgresql
|
||||
|
||||
#init.d
|
||||
#/usr/sbin/service postgresql restart
|
||||
|
||||
Reference in New Issue
Block a user