Merge pull request #3124 from testssl/fix_3121

Fix timestamp date when --logfile is a dir and other cases
This commit is contained in:
Dirk Wetter
2026-08-24 19:49:43 +02:00
committed by GitHub
+1 -1
View File
@@ -25138,7 +25138,7 @@ lets_roll() {
fi fi
[[ -z "$NODE" ]] && parse_hn_port "${URI}" # NODE, URL_PATH, PORT, IPADDRs and IP46ADDR is set now [[ -z "$NODE" ]] && parse_hn_port "${URI}" # NODE, URL_PATH, PORT, IPADDRs and IP46ADDR is set now
prepare_logging prepare_logging "${FNAME_DATE}"
if [[ -n "$PROXY" ]] && $DNS_VIA_PROXY; then if [[ -n "$PROXY" ]] && $DNS_VIA_PROXY; then
NODEIP="$NODE" NODEIP="$NODE"