summaryrefslogtreecommitdiff
path: root/src/share/mh/add_revoker
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-19 19:01:38 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-19 19:01:38 -0500
commit03cf0966b1fbaefa434b706a65ff6d2d1479f0fd (patch)
treea5c0c2f88bfa0bb9e71fb018d7086e59d2ff7919 /src/share/mh/add_revoker
parent6c048ca2dc8ca4ae7708ce8ee5c578ab4ed73c8b (diff)
fix arg parsing in add_certifier to allow of - for stdin read.
Diffstat (limited to 'src/share/mh/add_revoker')
-rw-r--r--src/share/mh/add_revoker1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker
index c6f9a58..2275f61 100644
--- a/src/share/mh/add_revoker
+++ b/src/share/mh/add_revoker
@@ -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")