From e00dd514c6e9093dd787ced69ca838fa89721501 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 22 Jan 2010 00:31:43 +0000 Subject: [PATCH] fix path git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16444 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- scripts/freeswitch-reporter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/freeswitch-reporter b/scripts/freeswitch-reporter index 94b5f5f6b0..6f22801ca0 100644 --- a/scripts/freeswitch-reporter +++ b/scripts/freeswitch-reporter @@ -6,7 +6,7 @@ do /usr/local/freeswitch/bin/freeswitch -core errorlvl=$? if [ $errorlvl -gt 0 ]; then - pid=$(cat /usr/local/freeswitch/log/freeswitch.pid) + pid=$(cat /usr/local/freeswitch/run/freeswitch.pid) corefile=core.$pid tempfile=$(tempfile) if [ -f $corefile ]; then