mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-31 22:09:44 +01:00
Use printf to print browser names
This commit is contained in:
parent
d5bb4edd80
commit
13f42774ae
@ -3590,7 +3590,7 @@ run_client_simulation() {
|
||||
debugme tmln_out
|
||||
for name in "${short[@]}"; do
|
||||
#FIXME: printf formatting would look better, especially if we want a wide option here
|
||||
out " ${names[i]} "
|
||||
out " $(printf -- "%-33s" "${names[i]}")"
|
||||
if "$using_sockets" && [[ -n "${handshakebytes[i]}" ]]; then
|
||||
client_simulation_sockets "${handshakebytes[i]}"
|
||||
sclient_success=$?
|
||||
|
Loading…
Reference in New Issue
Block a user