Update install.sh

Restart freeswitch after installing and configuring postgresql.
This commit is contained in:
FusionPBX 2016-05-16 20:16:28 -06:00
parent 4f8e48dbf7
commit 031290347e
1 changed files with 1 additions and 1 deletions

2
debian/install.sh vendored
View File

@ -20,7 +20,6 @@ resources/./fail2ban.sh
resources/switch/./package-release.sh
#resources/switch/./package-master.sh
#resources/switch/./source-release.sh
systemctl try-restart freeswitch
#Postgres
resources/./postgres.sh
@ -29,6 +28,7 @@ resources/./postgres.sh
server_address=$(hostname -I)
#restart services
/bin/systemctl try-restart freeswitch
/bin/systemctl daemon-reload
/bin/systemctl restart nginx
/bin/systemctl restart fail2ban