Fix wrong path

This commit is contained in:
Quentin 2021-01-28 12:54:37 +01:00
parent 119a41a5d5
commit 2c1272ad94
1 changed files with 2 additions and 2 deletions

View File

@ -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 \