Commit dc69b626 authored by guus's avatar guus

Added 'howto resolve' in case PID file is lingering (after crash, for example) (OF-67)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11480 b35dd754-fafc-0310-a699-88a17e54d16e
parent 47c396ca
......@@ -110,7 +110,7 @@ start() {
# Check if the server is already running. We look only for the pid file
pid=`cat $OPENFIRE_PIDFILE 2>&1`
if [ "$?" = "0" ]; then
echo "Openfire is already running"
echo "Openfire is already running. Remove $OPENFIRE_PIDFILE if you know this to be untrue."
RETVAL=1
return
fi
......
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