print sucess

This commit is contained in:
Ery Lee 2012-12-26 15:25:10 +08:00
parent 3a5faaa5e0
commit bf0fba0811
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
Changes with emqtt 0.1.1 30 Dec 2012
Changes with emqtt 0.1.2 30 Dec 2012
*) Feature: release support like riak
Changes with emqtt 0.1.1 24 Dec 2012
*) Feature: use rebar to generate release
*) Feature: support retained messages
*) Bugfix: send will msg when network error
Changes with emqtt 0.1.0 21 Dec 2012

View File

@ -159,7 +159,7 @@ case "$1" in
if [ "$?" -ne 0 ]; then
continue
fi
#TODO: echo start successfully?
echo "emqtt is started successfully!"
exit 0
done
echo "emqtt failed to start within ${WAIT_FOR_ERLANG:-15} seconds,"