From a5669ed5742c31a192d9fbd01eedfb324e3a7348 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 5 Apr 2022 16:29:32 +0100 Subject: [PATCH] Insert missing '$' Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index a99dcca..6e78ae4 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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