Skip to content

Commit

Permalink
Remove easyrsa_exit_with error from 'inline' command, fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 21, 2024
1 parent eb00bcb commit f04771d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5764,15 +5764,13 @@ fi
default_vars

# Check for unexpected changes to EASYRSA or EASYRSA_PKI
# This will be resolved in v3.2.0
# https://github.com/OpenVPN/easy-rsa/issues/1006
validate_default_vars

# Check for conflicting input options
mutual_exclusions

# Find x509-types and openssl_easyrsa.cnf
# used by 'help'
# Find x509-types, openssl-easyrsa.cnf and easyrsa-tools.lib
locate_support_files

# Verify SSL Lib - One time ONLY
Expand Down Expand Up @@ -5876,8 +5874,7 @@ case "$cmd" in
;;
inline)
verify_working_env
inline_file "$@" || \
easyrsa_exit_with_error=1
inline_file "$@"
;;
export-p12)
verify_working_env
Expand Down

0 comments on commit f04771d

Please sign in to comment.