From d43ee0be60a23a1a3960a38aed220cc8dbea98d3 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 15 Mar 2023 11:38:21 +0100 Subject: [PATCH] chore: add changelog --- changes/ce/fix-10144.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/fix-10144.en.md diff --git a/changes/ce/fix-10144.en.md b/changes/ce/fix-10144.en.md new file mode 100644 index 000000000..d5a84b24c --- /dev/null +++ b/changes/ce/fix-10144.en.md @@ -0,0 +1 @@ +Add -setcookie emulator flag when invoking emqx ctl to prevent problems with emqx cli when home directory is read only. Fixes [#10142](https://github.com/emqx/emqx/issues/10142)