Skip to content

Commit

Permalink
easyrsa_mktemp(): Additional help on error
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 9, 2024
1 parent 6163678 commit 57044d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ easyrsa_mktemp - input error"

# session directory must exist
[ "$secured_session" ] || die "\
easyrsa_mktemp - Temporary session undefined"
easyrsa_mktemp - Temporary session undefined (--tmp-dir)"

# Update counter
mktemp_counter="$(( mktemp_counter + 1 ))"
Expand Down

0 comments on commit 57044d9

Please sign in to comment.