1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-04-14 05:26:06 +02:00

Merge pull request from dcooper16/fix1699

Fix 
This commit is contained in:
Dirk Wetter 2020-08-31 17:08:10 +02:00 committed by GitHub
commit d424b0c649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1229,7 +1229,7 @@ fileout_pretty_json_banner() {
fileout_banner() {
if "$JSONHEADER"; then
# "$do_json" && # here we maybe should add a banner, too
"$do_pretty_json" && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
"$do_pretty_json" && FIRST_FINDING=true && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
fi
}