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