###Scripts version 2072###

This commit is contained in:
castro-fidel
2022-01-26 13:37:44 +03:00
parent e9c3d0fdd3
commit 6f8de09996
7 changed files with 30 additions and 25 deletions

View File

@ -76,7 +76,7 @@ check_port_for_lol () {
fi
echo "Waiting for port ${port}"
kill -STOP ${uxpid}
timeout 200m /bin/bash "
timeout 200m /bin/bash -c "
until openssl s_client -connect :${port} <<< Q > /dev/null 2>&1 ; do
sleep 1
done"