Add startall and stopall
This commit is contained in:
parent
759e7412c3
commit
f938fd4d5b
@ -26,7 +26,7 @@ case ${1} in
|
|||||||
showHelp
|
showHelp
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
"status");;
|
"status" | "startall" | "stopall");;
|
||||||
"start" | "stop")
|
"start" | "stop")
|
||||||
if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then
|
if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then
|
||||||
showHelp
|
showHelp
|
||||||
|
Reference in New Issue
Block a user