From d109de5eb8ae0bffc52655fbb802ebfca872c89e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 5 Oct 2019 11:14:48 -0600 Subject: [PATCH] Update freeswitch --- debian/resources/monit/freeswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/monit/freeswitch b/debian/resources/monit/freeswitch index e0ec256..40e4289 100644 --- a/debian/resources/monit/freeswitch +++ b/debian/resources/monit/freeswitch @@ -1,3 +1,3 @@ check process freeswitch with pidfile /run/freeswitch/freeswitch.pid -start program = "/usr/src/fusionpbx-intsall.sh/resources/debian/resources/monit/./shell.sh" +start program = "/usr/src/fusionpbx-install.sh/resources/debian/resources/monit/./shell.sh" stop program = "/usr/bin/freeswitch -stop"