mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
fix conditional statement (regression)
This commit is contained in:
parent
2c10676e03
commit
d9f2ca80d6
@ -20737,7 +20737,7 @@ set_grading_state() {
|
||||
done
|
||||
|
||||
# ... atleast one of these has to be set
|
||||
"$do_allciphers" || "$do_cipher_per_proto" && let nr_enabled++
|
||||
[[ "$do_allciphers" || "$do_cipher_per_proto" ]] && let nr_enabled++
|
||||
|
||||
# ... else we can't grade
|
||||
if [[ $nr_enabled -lt 18 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user