From 1a1f348acaca36203a0ceb4db89b4d76301c291d Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 27 Feb 2020 09:50:26 +0800 Subject: [PATCH] Fix mountpoint data type error --- priv/emqx.schema | 2 ++ 1 file changed, 2 insertions(+) diff --git a/priv/emqx.schema b/priv/emqx.schema index db4421c91..024e14815 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -997,6 +997,8 @@ end}. end, #{}, string:tokens(Val, ",")), {mqueue_priorities, MqueuePriorities} end; + ("mountpoint", Val) -> + {mountpoint, iolist_to_binary(Val)}; (Opt, Val) -> {list_to_atom(Opt), Val} end,