X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fma%2Fadd_certifier;h=402da08e552cdccdf48329f89df4af28aca0fc12;hb=3e5df3def466a61cd32bdcc1fd29da09dff43729;hp=eba689323bfe43d2d2a98511631595f69b651232;hpb=6e371ad70b96003d50c769a2d2f6fd82c15d4bb5;p=monkeysphere.git diff --git a/src/share/ma/add_certifier b/src/share/ma/add_certifier index eba6893..402da08 100644 --- a/src/share/ma/add_certifier +++ b/src/share/ma/add_certifier @@ -108,7 +108,7 @@ if [ -f "$keyID" -o "$keyID" = '-' ] ; then fi # load the key - gpg_sphere "--import" <"$keyID" \ + gpg_sphere "--import" <"$keyID" 2>/dev/null \ || failure "could not read key from '$keyID'" # else, get the key from the keyserver @@ -126,7 +126,7 @@ else if (( $(echo "$fingerprint" | wc -l) != 1 )) ; then cat <