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 = []}}
|
||||
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
|
||||
?STATUS_BOOTING ->
|
||||
case length(Devices) > 0 of
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user