Fix wrong path
This commit is contained in:
parent
119a41a5d5
commit
2c1272ad94
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ DONAR_PORT=$((7000+$1*12))
|
|||
while true; do
|
||||
touch /tmp/empty
|
||||
rm -rf /tmp/tor$CONTROL_PORT
|
||||
/usr/bin/tor \
|
||||
/usr/local/bin/tor3 \
|
||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||
--hush \
|
||||
--UseEntryGuards 0 \
|
||||
|
@ -27,7 +27,7 @@ rm -rf /tmp/tor$CONTROL_PORT
|
|||
sleep 1
|
||||
|
||||
rm -rf /tmp/tor$SOCK_PORT
|
||||
/usr/bin/tor \
|
||||
/usr/local/bin/tor3 \
|
||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||
--hush \
|
||||
--UseEntryGuards 1 \
|
||||
|
|
Loading…
Reference in a new issue