From: Daniel Kahn Gillmor Date: Sun, 22 Feb 2009 01:34:26 +0000 (-0500) Subject: reverse sense of test for valid identity certifiers in m-a diagnostics. X-Git-Tag: monkeysphere_0.24~64 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=687e4c47929c53e8da032a58a884cb6a2c1098f6;p=monkeysphere.git reverse sense of test for valid identity certifiers in m-a diagnostics. --- diff --git a/src/share/ma/diagnostics b/src/share/ma/diagnostics index d9df9eb..0caf8d2 100644 --- a/src/share/ma/diagnostics +++ b/src/share/ma/diagnostics @@ -103,7 +103,7 @@ fi # make sure that at least one identity certifier exists echo echo "Checking for Identity Certifiers..." -if ! monkeysphere-authentication list-identity-certifiers | egrep -q '^[A-F0-9]{40}:' ; then +if monkeysphere-authentication list-identity-certifiers | egrep -q '^[A-F0-9]{40}:' ; then echo "! No Identity Certifiers found!" echo " - Recommendation: once you know who should be able to certify the identities of connecting users, you should add their key, with: