From ef2fc88cf0480e1e8192ac85f9427a4213bc9cdb Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Sat, 11 Jan 2020 00:36:51 +0000 Subject: [PATCH] Exit function with correct code Signed-off-by: Richard Bonhomme --- easyrsa3/easyrsa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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