Skip to content

Commit

Permalink
Clean up after exit
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Dec 25, 2010
1 parent c9fdebe commit b49d969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion start.sh
@@ -1,3 +1,5 @@
#!/bin/sh

exec erl -boot start_sasl -pa $PWD/ebin $PWD/deps/*/ebin
erl -boot start_sasl -pa $PWD/ebin $PWD/deps/*/ebin
pkill -TERM linux > /dev/null 2>&1
rm priv/uml/evum.ctl > /dev/null 2>&1

0 comments on commit b49d969

Please sign in to comment.