build-ca: Correct 'CA_key_pass' parameter expansion expression

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-05-10 01:14:34 +01:00
parent ead015aab1
commit 4eb6cd6b5f
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1668,7 +1668,7 @@ to the latest Easy-RSA release."
${cipher:+ "$cipher"} \
-pass fd:3 \
3<<-EOF
${CA_key_pass-}
${CA_key_pass}
EOF
then
: # ok
@ -1683,7 +1683,7 @@ to the latest Easy-RSA release."
${cipher:+ "$cipher"} \
-pass fd:3 \
3<<-EOF
${CA_key_pass-}
${CA_key_pass}
EOF
then
: # ok