cryptop.genkey: Look up the recovery keys in the correct place.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 Sep 2012 00:05:08 +0000 (01:05 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 Sep 2012 00:10:18 +0000 (01:10 +0100)
It's a key property from the profile, not an option from the command
line.

cryptop.genkey

index e504cdb..8e201a2 100755 (executable)
@@ -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
 }