mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed a bug in the server "stop" command.
Was not setting a server as inactive when stopping.
This commit is contained in:
parent
785c5730ec
commit
90d32af19d
2
msm
2
msm
@ -1582,7 +1582,7 @@ main() {
|
||||
server_start $id
|
||||
;;
|
||||
stop)
|
||||
server_set_active $1 "inactive"
|
||||
server_set_active $id "inactive"
|
||||
if [[ $3 != "now" ]]; then
|
||||
server_stop $id
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user