build-ca: Clear password variables in a 'shellcheck' friendly manner
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
385b7b279d
commit
35def135be
@ -1580,7 +1580,9 @@ to the latest Easy-RSA release."
|
||||
|
||||
else
|
||||
# Assign passphrase vars
|
||||
unset -v p q
|
||||
# Heed shellcheck SC2154
|
||||
p=""
|
||||
q=""
|
||||
|
||||
# Get passphrase p
|
||||
get_passphrase p \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user