diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 4b9fe9a93..8fd86a9fd 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1476,6 +1476,7 @@ get_passphrase() { printf '\n%s\n' \ "Passphrase must be at least 4 characters!" else + # shellcheck disable=SC2229 # does not read 't' read -r "$t" <<- SECRET $r SECRET