From be5004741c5abdc197014efeb974a1f12e848955 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Tue, 12 Jul 2016 16:06:50 +0200 Subject: [PATCH] Added port numbers to log and result output files --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index e1882300..985bb41 100755 --- a/testssl.sh +++ b/testssl.sh @@ -7131,7 +7131,7 @@ parse_hn_port() { prepare_logging() { local fname_prefix="$1" - [[ -z "$fname_prefix" ]] && fname_prefix="$NODE" + [[ -z "$fname_prefix" ]] && fname_prefix="$NODE:$PORT" if "$do_logging"; then if [[ -z "$LOGFILE" ]]; then