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