From: Brian West Date: Fri, 22 Jan 2010 00:31:43 +0000 (+0000) Subject: fix path X-Git-Tag: v1.0.6~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00dd514c6e9093dd787ced69ca838fa89721501;p=thirdparty%2Ffreeswitch.git fix path git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16444 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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