From 48da132a892053da6465d54defbbda951709f703 Mon Sep 17 00:00:00 2001 From: root <13200018+siddharths2710@users.noreply.github.com> Date: Sun, 19 Jan 2020 08:16:26 +0100 Subject: [PATCH] Removed stray quotes --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index f744a9f..d604387 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -777,7 +777,7 @@ $EASYRSA_EXTRA_EXTS" # shellcheck disable=2086,2148 algo_opts="" if [ "ed" != $EASYRSA_ALGO ];then - algo_opts=' -newkey "$EASYRSA_ALGO":"$EASYRSA_ALGO_PARAMS" ' + algo_opts=' -newkey $EASYRSA_ALGO:$EASYRSA_ALGO_PARAMS ' fi easyrsa_openssl req -utf8 -new $algo_opts \ -keyout "$key_out_tmp" -out "$req_out_tmp" $opts ${EASYRSA_PASSOUT:+-passout "$EASYRSA_PASSOUT"} \