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

Fixed typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8185 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2ffaf612
...@@ -129,7 +129,7 @@ stop() { ...@@ -129,7 +129,7 @@ stop() {
# Stop daemons. # Stop daemons.
echo -n "Shutting down openfire: " echo -n "Shutting down openfire: "
[ -f "$OPENFILE_PIDFILE" ] && kill `cat $OPENFIRE_PIDFILE` [ -f "$OPENFIRE_PIDFILE" ] && kill `cat $OPENFIRE_PIDFILE`
RETVAL=$? RETVAL=$?
echo echo
......
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