mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-30 13:25:25 +01:00
JSOn output is broken by the JSON footer in combination with mass mode
This commit is contained in:
@@ -14534,6 +14534,7 @@ run_mass_testing() {
|
|||||||
"$first" || fileout_separator # this is needed for appended output, see #687
|
"$first" || fileout_separator # this is needed for appended output, see #687
|
||||||
first=false
|
first=false
|
||||||
cat "$TEMPDIR/jsonfile_child.json" >> "$JSONFILE"
|
cat "$TEMPDIR/jsonfile_child.json" >> "$JSONFILE"
|
||||||
|
FIRST_FINDING=false
|
||||||
fi
|
fi
|
||||||
done < "${FNAME}"
|
done < "${FNAME}"
|
||||||
return $?
|
return $?
|
||||||
|
|||||||
Reference in New Issue
Block a user