Skip to content

Commit e454d48

Browse files
author
w4ntun
committed
Fixing bash variables
1 parent 61c2be8 commit e454d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22982,7 +22982,7 @@ datebanner() {
2298222982
local scan_time_f=""
2298322983
local node_banner=""
2298422984

22985-
if [[ -n "PROXY" ]] && $DNS_VIA_PROXY;then
22985+
if [[ -n "$PROXY" ]] && "$DNS_VIA_PROXY";then
2298622986
node_banner="$NODE:$PORT"
2298722987
else
2298822988
node_banner="$NODEIP:$PORT ($NODE)"

0 commit comments

Comments
 (0)