fix
This commit is contained in:
parent
76edfcd11f
commit
99cc98e129
@ -136,7 +136,7 @@ handle_info({timeout, _, task_ticker}, State = #state{host_id = HostId, host_pid
|
|||||||
{noreply, State#state{tasks = []}}
|
{noreply, State#state{tasks = []}}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
handle_info(next_task, State = #state{devices = Devices, status = Status, tasks = []}) ->
|
handle_info({timeout, _, task_ticker}, State = #state{devices = Devices, status = Status, tasks = []}) ->
|
||||||
case Status of
|
case Status of
|
||||||
?STATUS_BOOTING ->
|
?STATUS_BOOTING ->
|
||||||
case length(Devices) > 0 of
|
case length(Devices) > 0 of
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user