mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-10 14:02:53 +02:00
...
This commit is contained in:
@ -725,7 +725,7 @@ fileout_pretty_json_footer() {
|
||||
|
||||
fileout_json_header() {
|
||||
"$do_json" && printf "[\n" > "$JSONFILE"
|
||||
"$do_pretty_json" && (printf "{\n%s" "$(fileout_pretty_json_header)") > "$JSONFILE"
|
||||
"$do_pretty_json" && (printf "{\n%s\n" "$(fileout_pretty_json_header)") > "$JSONFILE"
|
||||
}
|
||||
|
||||
fileout_json_footer() {
|
||||
|
Reference in New Issue
Block a user