mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
...
This commit is contained in:
parent
29d6cbc125
commit
04c653646e
@ -725,7 +725,7 @@ fileout_pretty_json_footer() {
|
|||||||
|
|
||||||
fileout_json_header() {
|
fileout_json_header() {
|
||||||
"$do_json" && printf "[\n" > "$JSONFILE"
|
"$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() {
|
fileout_json_footer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user