really really fix m-a diagnostics checking of identity certifiers.
[monkeysphere.git] / src / share / ma / diagnostics
index ce463b211c1a811d7db8c28e2f2026532e046918..913a53d3af322473c3150e458c4c16554d715a6a 100644 (file)
@@ -103,9 +103,9 @@ 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 identities for 
+    echo " - Recommendation: once you know who should be able to certify the identities of 
      connecting users, you should add their key, with: 
       monkeysphere-authentication add-identity-certifier"
     problemsfound=$(($problemsfound+1))