chore: emqx stop prints ok after stop

This is to make it behave the same as older versions
This commit is contained in:
Zaiming (Stone) Shi 2022-01-07 09:03:31 +01:00
parent 6ea51692c3
commit af82f51333
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ case "${COMMAND}" in
ps -p "$PID"
exit 1
fi
echo "ok"
logger -t "${REL_NAME}[${PID}]" "STOP: OK"
;;