diff options
-rwxr-xr-x | tor-exit-ssl-check | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tor-exit-ssl-check b/tor-exit-ssl-check index dc17760..a3a0729 100755 --- a/tor-exit-ssl-check +++ b/tor-exit-ssl-check @@ -181,6 +181,7 @@ while : ; do echo "RESULT: $server: No real differences." [ "$verbose" = 0 ] || diff -U100 "$tmpdir/cert-tor" "$tmpdir/cert-direct" || true elif egrep '^connect:errno=' "$tmpdir/cert-tor" > /dev/null; then + [ "$verbose" -lt 1 ] || diff -U100 "$tmpdir/cert-tor" "$tmpdir/cert-direct" || true echo "RESULT: $server: Connect failed" errors=1 else |