mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-07-15 03:27:38 +02:00
Add $ to SYSTEM
This commit is contained in:
+1
-1
@@ -20935,7 +20935,7 @@ find_openssl_binary() {
|
|||||||
|
|
||||||
# In order to avoid delays due to lookups of the hostname "invalid." we just try to avoid using "-connect invalid."
|
# In order to avoid delays due to lookups of the hostname "invalid." we just try to avoid using "-connect invalid."
|
||||||
# when possible. The following does a check fopr that. For WSL we stick for now to the old scheme. Not sure about Cygwin
|
# when possible. The following does a check fopr that. For WSL we stick for now to the old scheme. Not sure about Cygwin
|
||||||
if [[ SYSTEM2 == "WSL" ]]; then
|
if [[ $SYSTEM2 == "WSL" ]]; then
|
||||||
NXCONNECT=-connect $NXDNS
|
NXCONNECT=-connect $NXDNS
|
||||||
else
|
else
|
||||||
# If this connects and bails out with an error message, we do not need "-connect invalid."
|
# If this connects and bails out with an error message, we do not need "-connect invalid."
|
||||||
|
|||||||
Reference in New Issue
Block a user