]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove exit
authorRupa Schomaker <rupa@rupa.com>
Mon, 2 Nov 2009 18:13:07 +0000 (18:13 +0000)
committerRupa Schomaker <rupa@rupa.com>
Mon, 2 Nov 2009 18:13:07 +0000 (18:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15320 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/fscore_pb

index 93fc14f409370da3aaaebad09a40f96317922c69..dd2db25c8cf353674d1e66e4c68edeb34b135771 100755 (executable)
@@ -16,7 +16,6 @@ if [ "$arg" = "gcore" ] ; then
        fspid=`cat $prefix/log/freeswitch.pid`
        echo "pulling gcore $fspid"
        gcore -o core $fspid
-exit
 else
     user=$arg
 fi