Exit function with correct code
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com>
This commit is contained in:
parent
8cd88a14bb
commit
ef2fc88cf0
@ -942,8 +942,9 @@ Matching file found at: "
|
|||||||
}
|
}
|
||||||
|
|
||||||
# inline it
|
# inline it
|
||||||
[ $EASYRSA_INLINE ] && inline_creds
|
if [ $EASYRSA_INLINE ]; then
|
||||||
|
inline_creds
|
||||||
|
fi
|
||||||
} # => build_full()
|
} # => build_full()
|
||||||
|
|
||||||
#Create inline credentials file for this node
|
#Create inline credentials file for this node
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user