build-ca: Correct 'CA_key_pass' parameter expansion expression
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
ead015aab1
commit
4eb6cd6b5f
@ -1668,7 +1668,7 @@ to the latest Easy-RSA release."
|
|||||||
${cipher:+ "$cipher"} \
|
${cipher:+ "$cipher"} \
|
||||||
-pass fd:3 \
|
-pass fd:3 \
|
||||||
3<<-EOF
|
3<<-EOF
|
||||||
${CA_key_pass-}
|
${CA_key_pass}
|
||||||
EOF
|
EOF
|
||||||
then
|
then
|
||||||
: # ok
|
: # ok
|
||||||
@ -1683,7 +1683,7 @@ to the latest Easy-RSA release."
|
|||||||
${cipher:+ "$cipher"} \
|
${cipher:+ "$cipher"} \
|
||||||
-pass fd:3 \
|
-pass fd:3 \
|
||||||
3<<-EOF
|
3<<-EOF
|
||||||
${CA_key_pass-}
|
${CA_key_pass}
|
||||||
EOF
|
EOF
|
||||||
then
|
then
|
||||||
: # ok
|
: # ok
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user