mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added "all" as a recognised server name.
This commit is contained in:
parent
ebb13794fc
commit
4814d07664
2
msm
2
msm
@ -525,7 +525,7 @@ case "$1" in
|
||||
echo "No such command see: $0 help"
|
||||
;;
|
||||
*)
|
||||
if is_valid_name "$1" && [[ -e "$SERVER_STORAGE_PATH/$1" ]]; then
|
||||
if [[ "$1" == "all" ]] || [[ -e "$SERVER_STORAGE_PATH/$1" ]]; then
|
||||
case "$2" in
|
||||
start)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user