print sucess
This commit is contained in:
parent
3a5faaa5e0
commit
bf0fba0811
8
CHANGES
8
CHANGES
|
@ -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
|
||||
|
|
|
@ -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,"
|
||||
|
|
Loading…
Reference in New Issue