mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 04:49:44 +01:00
One more spell fix
This commit is contained in:
parent
de364b0c84
commit
67c362c89a
@ -17081,7 +17081,7 @@ run_renego() {
|
||||
pid=$!
|
||||
( sleep $(($ssl_reneg_attempts*3)) && kill $pid && touch $TEMPDIR/was_killed ) >&2 2>/dev/null &
|
||||
watcher=$!
|
||||
# Trick to get the return value of the openssl command, output redirection and a timeout. Yes, somme target hang/block after some tries.
|
||||
# Trick to get the return value of the openssl command, output redirection and a timeout. Yes, some target hang/block after some tries.
|
||||
wait $pid && pkill -HUP -P $watcher
|
||||
tmp_result=$?
|
||||
# If we are here, we have done two successful renegotiation (-2) and do the loop
|
||||
|
Loading…
Reference in New Issue
Block a user