Skip to content

Commit

Permalink
vars_setup: Downgrade warning to info for "no vars file exists"
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 31, 2023
1 parent 8d55b9f commit 53f443c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5742,8 +5742,8 @@ or remove the 'vars' files which are not in use."
# If PKI is required then warn
# For init-pki, version and help, skip this
if [ "$require_pki" ]; then
warn "\
No Easy-RSA 'vars' configuration file exists!"
information "\
No Easy-RSA 'vars' configuration file exists."
fi

# If a vars file was located then source it
Expand Down

0 comments on commit 53f443c

Please sign in to comment.