Skip to content

Commit

Permalink
Add Easy-TLS Version to fatal error messages
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Nov 23, 2021
1 parent d91eef7 commit febbf47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions easytls-client-connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ die ()
# TLSKEY connect log
tlskey_status "FATAL" || update_status "tlskey_status FATAL"

easytls_version
verbose_print "<ERROR> ${status_msg}"
[ -z "${help_note}" ] || print "${help_note}"
[ -z "${failure_msg}" ] || print "${failure_msg}"
Expand Down
1 change: 1 addition & 0 deletions easytls-client-disconnect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ die ()
# TLSKEY connect log
tlskey_status "FATAL" || update_status "tlskey_status FATAL"

easytls_version
verbose_print "<ERROR> ${status_msg}"
[ -z "${help_note}" ] || print "${help_note}"
[ -z "${failure_msg}" ] || print "${failure_msg}"
Expand Down
1 change: 1 addition & 0 deletions easytls-cryptv2-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ die ()
tlskey_status "FATAL" || update_status "tlskey_status FATAL"

#delete_metadata_files
easytls_version
[ -n "${help_note}" ] && print "${help_note}"
verbose_print "<ERROR> ${status_msg}"
print "ERROR: ${1}"
Expand Down

0 comments on commit febbf47

Please sign in to comment.