summaryrefslogtreecommitdiff
path: root/tor-exit-ssl-check
diff options
context:
space:
mode:
Diffstat (limited to 'tor-exit-ssl-check')
-rwxr-xr-xtor-exit-ssl-check1
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