mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
One more spell fix
This commit is contained in:
parent
de364b0c84
commit
67c362c89a
@ -17081,7 +17081,7 @@ run_renego() {
|
|||||||
pid=$!
|
pid=$!
|
||||||
( sleep $(($ssl_reneg_attempts*3)) && kill $pid && touch $TEMPDIR/was_killed ) >&2 2>/dev/null &
|
( sleep $(($ssl_reneg_attempts*3)) && kill $pid && touch $TEMPDIR/was_killed ) >&2 2>/dev/null &
|
||||||
watcher=$!
|
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
|
wait $pid && pkill -HUP -P $watcher
|
||||||
tmp_result=$?
|
tmp_result=$?
|
||||||
# If we are here, we have done two successful renegotiation (-2) and do the loop
|
# If we are here, we have done two successful renegotiation (-2) and do the loop
|
||||||
|
Loading…
Reference in New Issue
Block a user