Fix tincd logfile location when running tests.
This commit is contained in:
parent
c179dd0fc8
commit
b00a6d0666
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ c3="--config=$d3 --pidfile=$d3/pid"
|
||||||
# Arguments when running tincd
|
# Arguments when running tincd
|
||||||
|
|
||||||
r1="--logfile=$d1/log -d5"
|
r1="--logfile=$d1/log -d5"
|
||||||
r2="--logfile=$d1/log -d5"
|
r2="--logfile=$d2/log -d5"
|
||||||
r3="--logfile=$d1/log -d5"
|
r3="--logfile=$d3/log -d5"
|
||||||
|
|
||||||
# Exit on errors, log all commands being executed
|
# Exit on errors, log all commands being executed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue