Skip to content

Commit ade5c0a

Browse files
author
w4ntun
committed
Fixing bash variables
1 parent 0e90d55 commit ade5c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22848,7 +22848,7 @@ datebanner() {
2284822848
local scan_time_f=""
2284922849
local node_banner=""
2285022850

22851-
if [[ -n "PROXY" ]] && $DNS_VIA_PROXY;then
22851+
if [[ -n "$PROXY" ]] && "$DNS_VIA_PROXY";then
2285222852
node_banner="$NODE:$PORT"
2285322853
else
2285422854
node_banner="$NODEIP:$PORT ($NODE)"

0 commit comments

Comments
 (0)