diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 20:31:16 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-21 20:31:16 -0500 |
commit | 224f87f09060a10519440dc8660a57b82cb0ba58 (patch) | |
tree | 10710ebaa0565ac3ab4d6c15f6c6308aea62c92d | |
parent | 8bb27ea643be1fd951ad6d9b131d771ded3efd34 (diff) |
fix syntax error 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 8fc4b31..d9df9eb 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: |