Merge pull request #6676 from zmstone/fix-stop-log

chore: emqx stop prints ok after stop
This commit is contained in:
Zaiming (Stone) Shi 2022-01-08 13:30:52 +01:00 committed by GitHub
commit 6d12bb8e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
;;