This commit is contained in:
parent
0e0b7bcf41
commit
839bc12ace
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set +e
|
||||||
|
|
||||||
# Start tor and let it run for a few seconds
|
# Start tor and let it run for a few seconds
|
||||||
echo "Starting Tor to verify family key..."
|
echo "Starting Tor to verify family key..."
|
||||||
timeout 5 tor -f ./torrc >tor.log 2>&1
|
timeout 10 tor -f ./torrc >tor.log 2>&1
|
||||||
TOR_EXIT_CODE=$?
|
TOR_EXIT_CODE=$?
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue