Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated alice script
  • Loading branch information
auser committed Sep 23, 2009
1 parent 5034985 commit 6699b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alice.sh
Expand Up @@ -45,7 +45,7 @@ if [ ! -z ${detached} ]; then
daemon_directive="-detached"
fi
if [ ! -z ${rabbithost} ]; then
rabbithost_directive="rabbithost ${rabbithost}"
rabbithost_directive="rabbithost '${rabbithost}'"
fi

echo "Starting alice"
Expand Down

0 comments on commit 6699b39

Please sign in to comment.