keys.new-recov: Pass the remaining argumnts to `c_gensyskey' as properties.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 17:12:35 +0000 (18:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 16 Jul 2017 01:12:33 +0000 (02:12 +0100)
For some reason, the program just swallowed the arguments.

keys.new-recov

index 8c26d33..cfd8097 100755 (executable)
@@ -100,7 +100,7 @@ while :; do
   esac
   shift
 done
-c_gensyskey $profile $rdir/new/store secret recov="$recov"
+c_gensyskey $profile $rdir/new/store secret recov="$recov" "$@"
 while read keeper k; do
   read n hunoz <$KEYS/keeper/$keeper/meta
   $bindir/shamir issue $k/$n secret | {