fix arg parsing in add_certifier to allow of - for stdin read.
[monkeysphere.git] / src / share / mh / add_revoker
index c6f9a585326e23bde85e6698a777499fd09d97f4..2275f6119688bbaf199f32086111b4f080e72942 100644 (file)
@@ -46,6 +46,7 @@ if [ -f "$keyID" -o "$keyID" = '-' ] ; then
     fi
 
     # check the key is ok as monkeysphere user before loading
+    log debug "checking keys in file..."
     fingerprint=$(su_monkeysphere_user \
        ". ${SYSSHAREDIR}/common; list_primary_fingerprints" < "$keyID")