mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
fix travis build in fad8c63
This commit is contained in:
parent
fad8c631ef
commit
837a6fb31c
@ -839,7 +839,7 @@ json_header() {
|
|||||||
else
|
else
|
||||||
[[ -e "$JSONFILE" ]] && fatal "\"$JSONFILE\" exists. Either use \"--append\" or (re)move it" 1
|
[[ -e "$JSONFILE" ]] && fatal "\"$JSONFILE\" exists. Either use \"--append\" or (re)move it" 1
|
||||||
"$do_json" && echo "[" > "$JSONFILE"
|
"$do_json" && echo "[" > "$JSONFILE"
|
||||||
"$do_pretty_json" && echo "{\n" > "$JSONFILE"
|
"$do_pretty_json" && echo "{" > "$JSONFILE"
|
||||||
fi
|
fi
|
||||||
#FIRST_FINDING=false
|
#FIRST_FINDING=false
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user