fix
This commit is contained in:
parent
63d6a8f264
commit
9f8dc202ac
@ -80,7 +80,6 @@ handle_call({deploy, TaskId, Config}, _From, State = #state{root_dir = RootDir,
|
||||
{ok, TaskPid} = efka_inetd_task:start_link(TaskId, RootDir, Config),
|
||||
efka_inetd_task:deploy(TaskPid),
|
||||
lager:debug("[efka_inetd] start deploy task_id: ~p, config: ~p", [TaskId, Config]),
|
||||
%% todo
|
||||
{reply, ok, State#state{task_map = maps:put(TaskPid, TaskId, TaskMap)}};
|
||||
|
||||
%% 启动服务: 当前服务如果正常运行,则不允许重启
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user