From a7709838824bc5650de2e808d2d282476f282fa0 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 27 Sep 2022 08:36:25 +0200 Subject: [PATCH 1/2] fix(bin/emqx): allow space in root path Prior to this fix, space was already allowed in root path for 'start' 'console' etc. (the boot commands). However the non-boot commands such as 'ping' still had trouble. --- bin/emqx | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/bin/emqx b/bin/emqx index 306efe527..82eb90e16 100755 --- a/bin/emqx +++ b/bin/emqx @@ -481,6 +481,16 @@ case "$1" in ;; esac +if [ "$IS_BOOT_COMMAND" = 'no' ]; then + # for non-boot commands, inspect vm.