Skip to content

Commit

Permalink
Tools: Correct 'missing easyrsa-tools.lib' error message
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Mar 30, 2024
1 parent 2fb6055 commit 2aa4f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5289,10 +5289,11 @@ case "$cmd" in
else
user_error "Missing: easyrsa-tools.lib

Use of Status Reports requires Easy-RSA tools library, source:
Command '$cmd' requires Easy-RSA tools library, source:
* https://github.com/OpenVPN/easy-rsa/dev/easyrsa-tools.lib

Place a copy of easyrsa-tools.lib in a standard system location."
Place a copy of easyrsa-tools.lib in a standard system location
or the current working directory."
fi

case "$cmd" in
Expand Down

0 comments on commit 2aa4f8d

Please sign in to comment.