diff --git a/bin/ssh-proxy b/bin/ssh-proxy index 1ee632a..2c3188b 100755 --- a/bin/ssh-proxy +++ b/bin/ssh-proxy @@ -26,7 +26,7 @@ case ${1} in showHelp exit 0 ;; - "status");; + "status" | "startall" | "stopall");; "start" | "stop") if [ "${2}" == "" ] || [[ "${2}" == */* ]]; then showHelp