From 031290347e7c59261b4224af1849b8df9a75cdad Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 16 May 2016 20:16:28 -0600 Subject: [PATCH] Update install.sh Restart freeswitch after installing and configuring postgresql. --- debian/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index 555a00b..0379fbd 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -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