chiark / gitweb /
claim-dir: New `mode' option for non-private pieces of filesystem.
[distorted-keys] / cryptop.genkey
old mode 100644 (file)
new mode 100755 (executable)
index b33458d..8e201a2
@@ -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
 }
@@ -92,7 +92,7 @@ case "$profile" in
     ;;
 esac
 checkword "profile label" "$label"
-read_profile $profile
+read_profile $USERV_USER $profile
 
 ## Generate the key.
 c_genkey $profile $kdir $knub genhook_recov "$@"