* support x509 anchors for monkeysphere-host, allow shared anchor
between m-h and m-a (closes MS #2288)
+ * do not bail or fail on m-h publish-key if the admin interactively
+ declines to publish one of the keys key (closes MS #1945)
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 06 May 2010 11:23:38 -0400
printf "Really publish key '$keyID' to $KEYSERVER? (Y/n) " >&2
read OK; OK=${OK:=Y}
if [ "${OK/y/Y}" != 'Y' ] ; then
- failure "key not published."
+ log error "key not published."
+ return
fi
else
log debug "publishing key '$keyID' without prompting."