Commit bbc7e885 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Minor debug statement removal.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9756 b35dd754-fafc-0310-a699-88a17e54d16e
parent b1a78b74
......@@ -114,7 +114,6 @@ start() {
su -s /bin/sh -c "nohup $OPENFIRE_RUN_CMD > $OPENFIRE_LOGDIR/nohup.out 2>&1 &" $OPENFIRE_USER
RETVAL=$?
PID=`ps ax --width=1000 | grep openfire | grep startup.jar | awk '{print $1}'`
echo $PID
if [ $RETVAL -eq 0 -a ! -z "$PID" -a ! -z "$OPENFIRE_PIDFILE" ]; then
echo $PID > $OPENFIRE_PIDFILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment