From 58d4791dd25426ce5c05a50852b2dfbaee623bf6 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Mon, 21 Jun 2021 10:05:26 +0800 Subject: [PATCH] chore(emqx edge): fix emqx edge running error --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index cf5dbfcfd..0b61c156e 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -362,7 +362,6 @@ etc_overlay(ReleaseType) -> extra_overlay(cloud) -> [ {copy,"{{base_dir}}/lib/emqx_lwm2m/lwm2m_xml","etc/"} , {copy, "{{base_dir}}/lib/emqx_psk_file/etc/psk.txt", "etc/psk.txt"} - , {copy, "{{base_dir}}/lib/emqx_data_bridge/etc/emqx_data_bridge.conf", "etc/plugins/emqx_data_bridge.conf"} ]; extra_overlay(edge) -> []. @@ -379,6 +378,7 @@ emqx_etc_overlay_common() -> [{"{{base_dir}}/lib/emqx/etc/acl.conf", "etc/acl.conf"}, {"{{base_dir}}/lib/emqx/etc/emqx.conf", "etc/emqx.conf"}, {"{{base_dir}}/lib/emqx/etc/ssl_dist.conf", "etc/ssl_dist.conf"}, + {"{{base_dir}}/lib/emqx_data_bridge/etc/emqx_data_bridge.conf", "etc/plugins/emqx_data_bridge.conf"}, %% TODO: check why it has to end with .paho %% and why it is put to etc/plugins dir {"{{base_dir}}/lib/emqx/etc/acl.conf.paho", "etc/plugins/acl.conf.paho"}].