diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 3a81fc4..0165a9a 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -942,8 +942,9 @@ Matching file found at: " } # inline it - [ $EASYRSA_INLINE ] && inline_creds - + if [ $EASYRSA_INLINE ]; then + inline_creds + fi } # => build_full() #Create inline credentials file for this node