mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 17:20:57 +01:00
Added port numbers to log and result output files
This commit is contained in:
parent
a288954d36
commit
be5004741c
@ -7131,7 +7131,7 @@ parse_hn_port() {
|
|||||||
prepare_logging() {
|
prepare_logging() {
|
||||||
local fname_prefix="$1"
|
local fname_prefix="$1"
|
||||||
|
|
||||||
[[ -z "$fname_prefix" ]] && fname_prefix="$NODE"
|
[[ -z "$fname_prefix" ]] && fname_prefix="$NODE:$PORT"
|
||||||
|
|
||||||
if "$do_logging"; then
|
if "$do_logging"; then
|
||||||
if [[ -z "$LOGFILE" ]]; then
|
if [[ -z "$LOGFILE" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user