Fix scripts CLI
This commit is contained in:
parent
a80b950219
commit
634edf04b5
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ donar \
|
|||
-c \
|
||||
-o $6/shared/onion_services.pub \
|
||||
-l $4 \
|
||||
-p $5 \
|
||||
-p jitter=$5 \
|
||||
-b \
|
||||
-r 9000 \
|
||||
> $6/log/client-donar-stdout.log 2> $6/log/client-donar-stderr.log &
|
||||
|
|
|
@ -6,7 +6,7 @@ donar \
|
|||
-a thunder \
|
||||
-s \
|
||||
-l $1 \
|
||||
-p $2 \
|
||||
-p jitter=$2 \
|
||||
-b \
|
||||
-e 9000 \
|
||||
> ../log/server-donar-stdout.log 2> ../log/server-donar-stderr.log &
|
||||
|
|
Loading…
Reference in a new issue