mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed hang on command_stop().
This commit is contained in:
parent
eb1d9a2efa
commit
4602231c45
2
init/msm
2
init/msm
@ -1065,7 +1065,7 @@ manager_stop_all_servers() {
|
|||||||
any_running="true"
|
any_running="true"
|
||||||
was_running[$server]="true"
|
was_running[$server]="true"
|
||||||
STOP_COUNTDOWN[$server]="true"
|
STOP_COUNTDOWN[$server]="true"
|
||||||
if [[ "${SERVER_STOP_DELAY[$i]}" -gt "$max_countdown" ]]; then
|
if [[ "${SERVER_STOP_DELAY[$server]}" -gt "$max_countdown" ]]; then
|
||||||
max_countdown="${SERVER_STOP_DELAY[$server]}"
|
max_countdown="${SERVER_STOP_DELAY[$server]}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user