fix(relup): fix relup badfun

This commit is contained in:
Turtle 2021-06-05 13:52:13 +08:00 committed by turtleDeng
parent 41cdedc0a2
commit 99c22eb2a8
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ main(Args) ->
%% a "pong"
io:format("pong\n");
["stop"] ->
rpc:call(TargetNode, emqx_plugins, unload, [], 60000),
io:format("~p\n", [rpc:call(TargetNode, init, stop, [], 60000)]);
["restart", "-config", ConfigFile | _RestArgs1] ->
io:format("~p\n", [rpc:call(TargetNode, emqx, restart, [ConfigFile], 60000)]);