fix(appup): remove the post relup scripts from emqx_dashboard.appup.src
The instructions have been move into module `emqx_relup`.
This commit is contained in:
parent
28bd2fcfa4
commit
b7d07d7a96
|
@ -1,18 +1,11 @@
|
||||||
%% -*- mode: erlang -*-
|
%% -*- mode: erlang -*-
|
||||||
{VSN,
|
{VSN,
|
||||||
[ {<<".*">>,
|
[ {<<".*">>,
|
||||||
%% load all plugins
|
[ {restart_application, emqx_dashboard}
|
||||||
%% NOTE: this depends on the fact that emqx_dashboard is always
|
|
||||||
%% the last application gets upgraded
|
|
||||||
[ {apply, {emqx_rule_engine, load_providers, []}}
|
|
||||||
, {restart_application, emqx_dashboard}
|
|
||||||
, {apply, {emqx_plugins, load, []}}
|
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
[ {<<".*">>,
|
[ {<<".*">>,
|
||||||
[ {apply, {emqx_rule_engine, load_providers, []}}
|
[ {restart_application, emqx_dashboard}
|
||||||
, {restart_application, emqx_dashboard}
|
|
||||||
, {apply, {emqx_plugins, load, []}}
|
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
}.
|
}.
|
Loading…
Reference in New Issue