From: Daniel Kahn Gillmor Date: Sun, 22 Feb 2009 01:31:16 +0000 (-0500) Subject: fix syntax error in m-a diagnostics. X-Git-Tag: monkeysphere_0.24~66 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=224f87f09060a10519440dc8660a57b82cb0ba58;p=monkeysphere.git fix syntax error in m-a diagnostics. --- 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: