Fix format string for printf
I've gotta be doing this wrong... (I mean git.) Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
933a7dc52f
commit
f693420e48
@ -479,7 +479,7 @@ current CA keypair. If you intended to start a new CA, run init-pki first."
|
||||
echo
|
||||
if [ "$kpass" = "$kpass2" ];
|
||||
then
|
||||
printf "$kpass" > "$out_key_pass_tmp"
|
||||
printf "%s" "$kpass" > "$out_key_pass_tmp"
|
||||
else
|
||||
die "Passphrases do not match."
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user