2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 23:53:41 +02:00

remove unneeded echo

This commit is contained in:
Julien Vehent 2015-09-21 09:31:03 -04:00
parent ce91e221d1
commit 4916e89087

View File

@ -893,7 +893,6 @@ display_results_in_terminal() {
fi fi
if [[ $TEST_TOLERANCE == "True" ]]; then if [[ $TEST_TOLERANCE == "True" ]]; then
echo
if [[ $tls_tolerance['big-TLSv1.2'] =~ TLSv1.2 ]]; then if [[ $tls_tolerance['big-TLSv1.2'] =~ TLSv1.2 ]]; then
echo -e "TLS Tolerance: ${c_green}yes${c_reset}" echo -e "TLS Tolerance: ${c_green}yes${c_reset}"
else else