From: erickson Date: Wed, 28 Mar 2007 15:30:03 +0000 (+0000) Subject: removing unnecessary (and un-portable) ps ax command X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3bdc2054400b86af61f152f799f1e15bffe4b3c6;p=Evergreen.git removing unnecessary (and un-portable) ps ax command git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7117 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/oils_ctl.sh b/Open-ILS/examples/oils_ctl.sh index 829a51e5d6..106caf2656 100755 --- a/Open-ILS/examples/oils_ctl.sh +++ b/Open-ILS/examples/oils_ctl.sh @@ -92,7 +92,6 @@ function start_sip { perl SIPServer.pm "$OPT_SIP_CONFIG" > /dev/null 2>&1 & pid=$!; cd $DIR; - ps ax | grep "$pid"; echo $pid > $PID_SIP; return 0; }