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
|
while true; do
|
||||||
touch /tmp/empty
|
touch /tmp/empty
|
||||||
rm -rf /tmp/tor$CONTROL_PORT
|
rm -rf /tmp/tor$CONTROL_PORT
|
||||||
/usr/bin/tor \
|
/usr/local/bin/tor3 \
|
||||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 0 \
|
--UseEntryGuards 0 \
|
||||||
|
@ -27,7 +27,7 @@ rm -rf /tmp/tor$CONTROL_PORT
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
rm -rf /tmp/tor$SOCK_PORT
|
rm -rf /tmp/tor$SOCK_PORT
|
||||||
/usr/bin/tor \
|
/usr/local/bin/tor3 \
|
||||||
-f /tmp/empty --defaults-torrc /tmp/empty \
|
-f /tmp/empty --defaults-torrc /tmp/empty \
|
||||||
--hush \
|
--hush \
|
||||||
--UseEntryGuards 1 \
|
--UseEntryGuards 1 \
|
||||||
|
|
Loading…
Reference in a new issue