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

Storing arg throughout script.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9694 b35dd754-fafc-0310-a699-88a17e54d16e
parent fd3b36c6
......@@ -22,6 +22,7 @@
#####
# Initialization
CMD=$1
PATH="/sbin:/bin:/usr/bin:/usr/sbin"
RETVAL=0
......@@ -182,7 +183,7 @@ status() {
# Handle how we were called.
case "$1" in
case "$CMD" in
start)
start
;;
......
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