Skip to content

Commit

Permalink
Moved detached option to the end of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
auser committed Sep 24, 2009
1 parent 5b471c4 commit 655ff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ if [ ! -z ${alice_directory} ]; then
cd ${alice_directory}
fi

erl -pa $PWD/ebin -pa $PWD/deps/*/ebin ${name_directive} ${cookie_directive} -boot alice -alice ${port_directive} ${log_directive} ${daemon_directive} ${rabbithost_directive}
erl -pa $PWD/ebin -pa $PWD/deps/*/ebin ${name_directive} ${cookie_directive} -boot alice -alice ${port_directive} ${log_directive} ${rabbithost_directive} ${daemon_directive}

0 comments on commit 655ff1b

Please sign in to comment.