Insert missing '$'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
c345d0b7b8
commit
a5669ed574
@ -1070,7 +1070,7 @@ $EASYRSA_EXTRA_EXTS"
|
|||||||
req_out_tmp="$(easyrsa_mktemp)" || die "Failed to create temporary file"
|
req_out_tmp="$(easyrsa_mktemp)" || die "Failed to create temporary file"
|
||||||
|
|
||||||
# Set SSL non-interactive mode, otherwise allow full user interaction
|
# Set SSL non-interactive mode, otherwise allow full user interaction
|
||||||
if [ "EASYRSA_BATCH" ] || [ "$openssl_batch" ]; then
|
if [ "$EASYRSA_BATCH" ] || [ "$openssl_batch" ]; then
|
||||||
opts="$opts -batch"
|
opts="$opts -batch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user