Skip to content

Commit

Permalink
Fixed log_path directive
Browse files Browse the repository at this point in the history
  • Loading branch information
auser authored and tolbrino committed Feb 7, 2010
1 parent 9f485b2 commit 28b7f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alice.sh
Expand Up @@ -37,7 +37,7 @@ if [ ! -z ${port} ]; then
port_directive="port ${port}"
fi
if [ ! -z ${log} ]; then
log_directive="log_path ${log}/alice.${port}.log";
log_directive="log_path '${log}/alice.${port}.log'";
fi
if [ ! -z ${detached} ]; then
daemon_directive="-detached"
Expand Down

0 comments on commit 28b7f67

Please sign in to comment.