From: Mark Wooding Date: Thu, 20 Sep 2012 00:05:08 +0000 (+0100) Subject: cryptop.genkey: Look up the recovery keys in the correct place. X-Git-Tag: 0.99.2~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/1c739837567925b61e9018d30bd94f9b3b925a44 cryptop.genkey: Look up the recovery keys in the correct place. It's a key property from the profile, not an option from the command line. --- diff --git a/cryptop.genkey b/cryptop.genkey index e504cdb..8e201a2 100755 --- a/cryptop.genkey +++ b/cryptop.genkey @@ -39,7 +39,7 @@ HELP genhook_recov () { base=$1 nub=$2 - for recov in $kopt_recovery; do + for recov in $kprop_recovery; do (stash $recov $kowner/$klabel <"$nub") done }