chiark
/
gitweb
/
~mdw
/
distorted-keys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a22ca62
)
cryptop.genkey: Look up the recovery keys in the correct place.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 Sep 2012 00:05:08 +0000
(
01:05
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/cryptop.genkey
b/cryptop.genkey
index e504cdb9afd00e2fe702e79e64108a8e3aafd5f5..8e201a27a4b4fa87d566c9a88371e69332e1755d 100755
(executable)
--- a/
cryptop.genkey
+++ b/
cryptop.genkey
@@
-39,7
+39,7
@@
HELP
genhook_recov () {
base=$1 nub=$2
genhook_recov () {
base=$1 nub=$2
- for recov in $k
opt
_recovery; do
+ for recov in $k
prop
_recovery; do
(stash $recov $kowner/$klabel <"$nub")
done
}
(stash $recov $kowner/$klabel <"$nub")
done
}