From 1c739837567925b61e9018d30bd94f9b3b925a44 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 20 Sep 2012 01:05:08 +0100 Subject: [PATCH] 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. --- cryptop.genkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.11.0