Update install.sh
Restart freeswitch after installing and configuring postgresql.
This commit is contained in:
parent
4f8e48dbf7
commit
031290347e
|
|
@ -20,7 +20,6 @@ resources/./fail2ban.sh
|
||||||
resources/switch/./package-release.sh
|
resources/switch/./package-release.sh
|
||||||
#resources/switch/./package-master.sh
|
#resources/switch/./package-master.sh
|
||||||
#resources/switch/./source-release.sh
|
#resources/switch/./source-release.sh
|
||||||
systemctl try-restart freeswitch
|
|
||||||
|
|
||||||
#Postgres
|
#Postgres
|
||||||
resources/./postgres.sh
|
resources/./postgres.sh
|
||||||
|
|
@ -29,6 +28,7 @@ resources/./postgres.sh
|
||||||
server_address=$(hostname -I)
|
server_address=$(hostname -I)
|
||||||
|
|
||||||
#restart services
|
#restart services
|
||||||
|
/bin/systemctl try-restart freeswitch
|
||||||
/bin/systemctl daemon-reload
|
/bin/systemctl daemon-reload
|
||||||
/bin/systemctl restart nginx
|
/bin/systemctl restart nginx
|
||||||
/bin/systemctl restart fail2ban
|
/bin/systemctl restart fail2ban
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue