Skip to content

Commit

Permalink
Merge pull request #117 from basho/rz-better-shutdown
Browse files Browse the repository at this point in the history
Allow applications to shutdown normally
  • Loading branch information
rzezeski committed Jan 7, 2014
2 parents 5fa4fee + 13a1709 commit 7575664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basho_bench_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ halt_or_kill() ->
{ok, included} ->
exit(whereis(basho_bench_sup),kill);
_ ->
halt(1)
init:stop()
end.

%% ===================================================================
Expand Down

0 comments on commit 7575664

Please sign in to comment.