mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Merge pull request #743 from dcooper16/broken_pipe
Prevent broken pipe error
This commit is contained in:
commit
bed1f8cc0d
@ -11484,7 +11484,7 @@ prepare_logging() {
|
||||
tmln_out "## at $HNAME:$OPENSSL_LOCATION" >>"$LOGFILE"
|
||||
tmln_out "## version testssl: $VERSION ${GIT_REL_SHORT:-$CVS_REL_SHORT} from $REL_DATE" >>"$LOGFILE"
|
||||
tmln_out "## version openssl: \"$OSSL_VER\" from \"$OSSL_BUILD_DATE\")\n" >>"$LOGFILE"
|
||||
exec > >(tee -a "$LOGFILE")
|
||||
exec > >(tee -a -i "$LOGFILE")
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user