1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-06 07:08:35 +02:00

Merge pull request from dcooper16/fix_typo

Remove typo
This commit is contained in:
Dirk Wetter 2018-10-04 18:22:34 +02:00 committed by GitHub
commit f607702dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18080,7 +18080,7 @@ lets_roll() {
else # Just 1x ip4v to check, applies also if CMDLINE_IP was supplied else # Just 1x ip4v to check, applies also if CMDLINE_IP was supplied
NODEIP="$IPADDRs" NODEIP="$IPADDRs"
lets_roll "${STARTTLS_PROTOCOL}" lets_roll "${STARTTLS_PROTOCOL}"
P RET=$? RET=$?
fi fi
exit $RET exit $RET