From: Brian West Date: Thu, 12 Feb 2009 23:46:29 +0000 (+0000) Subject: don't delete the gcore might not get a second chance X-Git-Tag: v1.0.3~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e1e37e4c698082fcc7bc570d4362168710378f;p=thirdparty%2Ffreeswitch.git don't delete the gcore might not get a second chance git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11975 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/freeswitch-gcore b/scripts/freeswitch-gcore index 7ddbdffc9d..d1ca0feaca 100644 --- a/scripts/freeswitch-gcore +++ b/scripts/freeswitch-gcore @@ -9,4 +9,4 @@ gcore -o /usr/local/freeswitch/log/freeswitch.gcore $fspid && \ --eval-command='thread apply all bt' \ --eval-command='thread apply all bt full' \ --eval-command='quit' -rm /usr/local/freeswitch/log/freeswitch.gcore.$fspid +#rm /usr/local/freeswitch/log/freeswitch.gcore.$fspid