mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Spell fix
This commit is contained in:
parent
5773303f23
commit
7625422976
@ -17221,10 +17221,10 @@ run_renego() {
|
|||||||
tmp_result=$?
|
tmp_result=$?
|
||||||
pkill -HUP -P $watcher
|
pkill -HUP -P $watcher
|
||||||
wait $watcher
|
wait $watcher
|
||||||
# Stop any backgroud wait loop
|
# Stop any background wait loop
|
||||||
rm -f $TEMPDIR/allowed_to_loop
|
rm -f $TEMPDIR/allowed_to_loop
|
||||||
# If we are here, we have done the loop. Count the effective renego attempts.
|
# If we are here, we have done the loop. Count the effective renego attempts.
|
||||||
# It could be less than the numbers of "for" itterations (minus one) in case of late server close.
|
# It could be less than the numbers of "for" iterations (minus one) in case of late server close.
|
||||||
loop_reneg=$(grep -ac '^RENEGOTIATING' $ERRFILE)
|
loop_reneg=$(grep -ac '^RENEGOTIATING' $ERRFILE)
|
||||||
# As above, some servers close the connection and return value is zero
|
# As above, some servers close the connection and return value is zero
|
||||||
if (tail -5 $TMPFILE| grep -qa '^closed'); then
|
if (tail -5 $TMPFILE| grep -qa '^closed'); then
|
||||||
|
Loading…
Reference in New Issue
Block a user