This PR fixes a typo that was causing a "command not found" error.
This commit is contained in:
David Cooper 2018-04-23 15:14:17 -04:00 committed by GitHub
parent 1a03e31a7d
commit 5f1f7273c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15893,7 +15893,7 @@ determine_optimal_proto() {
tmpfile_handle ${FUNCNAME[0]}.txt tmpfile_handle ${FUNCNAME[0]}.txt
prln_bold "doesn't seem to be a TLS/SSL enabled server"; prln_bold "doesn't seem to be a TLS/SSL enabled server";
ignore_no_or_lame " The results might look ok but they could be nonsense. Really proceed ? (\"yes\" to continue)" "yes" ignore_no_or_lame " The results might look ok but they could be nonsense. Really proceed ? (\"yes\" to continue)" "yes"
[[ $? -ne 0 ]] && $ERR_CLUELESS [[ $? -ne 0 ]] && exit $ERR_CLUELESS
fi fi
# NOTE: The following code is only needed as long as draft versions of TLSv1.3 prior to draft 23 # NOTE: The following code is only needed as long as draft versions of TLSv1.3 prior to draft 23