select_vars: Correct use of set_var syntax
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
29bd64ceb0
commit
9db0671d70
@ -5665,7 +5665,7 @@ select_vars() {
|
|||||||
# Default working dir; if vars exists, use it ONLY
|
# Default working dir; if vars exists, use it ONLY
|
||||||
if [ -e "$PWD/vars" ]; then
|
if [ -e "$PWD/vars" ]; then
|
||||||
verbose "select_vars: PWD/vars"
|
verbose "select_vars: PWD/vars"
|
||||||
set_var EASYRSA_VARS_FILE="$PWD/vars"
|
set_var EASYRSA_VARS_FILE "$PWD/vars"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user