Skip to content

Commit

Permalink
start scripts: use supplied shell parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 2, 2009
1 parent 4f312a7 commit d6cabaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-dev.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
cd `dirname $0`
exec erl -sname chaosbay -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s reloader -s chaosbay
exec erl -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s reloader -s chaosbay $@
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
cd `dirname $0`
exec erl -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s chaosbay
exec erl -pa $PWD/ebin $PWD/deps/*/ebin -boot start_sasl -s chaosbay $@

0 comments on commit d6cabaa

Please sign in to comment.