X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fma%2Fdiagnostics;h=8eca5862fe258a17e3a4dc2f700b0ebd208e2a43;hb=48cb182a7d0265aabed84d74b010ff0b24fa078c;hp=ce463b211c1a811d7db8c28e2f2026532e046918;hpb=9c2e3169069a187b500b69dba75813a8e8b868cb;p=monkeysphere.git diff --git a/src/share/ma/diagnostics b/src/share/ma/diagnostics index ce463b2..8eca586 100644 --- a/src/share/ma/diagnostics +++ b/src/share/ma/diagnostics @@ -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 '^[A-F0-9]{40}:' >/dev/null ) ; 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))