mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-10 05:52:53 +02:00
#536: fixed STARTTLS depending on 0 returned from debugme
This commit is contained in:
@ -853,6 +853,7 @@ fileout() { # ID, SEVERITY, FINDING
|
|||||||
|
|
||||||
debugme() {
|
debugme() {
|
||||||
[[ "$DEBUG" -ge 2 ]] && "$@"
|
[[ "$DEBUG" -ge 2 ]] && "$@"
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
hex2dec() {
|
hex2dec() {
|
||||||
|
Reference in New Issue
Block a user