Insert missing '$'

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-05 16:29:32 +01:00
parent c345d0b7b8
commit a5669ed574
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1070,7 +1070,7 @@ $EASYRSA_EXTRA_EXTS"
req_out_tmp="$(easyrsa_mktemp)" || die "Failed to create temporary file"
# 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"
fi