diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 20:34:26 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 20:34:26 -0500 |
commit | 687e4c47929c53e8da032a58a884cb6a2c1098f6 (patch) | |
tree | 3a2fbe1c6265261b099ba630aba85adff2001e5c | |
parent | bf3e2e6ecafbab7e80124ea4ba2bda61ee4423e9 (diff) |
reverse sense of test for valid identity certifiers in m-a diagnostics.
-rw-r--r-- | src/share/ma/diagnostics | 2 |
1 files changed, 1 insertions, 1 deletions
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: |