From af82f51333de8da5e82832a158078459ad6c229a Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 7 Jan 2022 09:03:31 +0100 Subject: [PATCH] chore: emqx stop prints ok after stop This is to make it behave the same as older versions --- bin/emqx | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/emqx b/bin/emqx index af233ce95..39a62b4b5 100755 --- a/bin/emqx +++ b/bin/emqx @@ -632,6 +632,7 @@ case "${COMMAND}" in ps -p "$PID" exit 1 fi + echo "ok" logger -t "${REL_NAME}[${PID}]" "STOP: OK" ;;