Rafael Cossovan
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -180,7 +180,7 @@ _dlg_versions() { |
|
|
|
|
|
|
|
|
echo "socat:" |
|
|
echo "socat:" |
|
|
if _exists "socat"; then |
|
|
if _exists "socat"; then |
|
|
socat -h 2>&1 |
|
|
|
|
|
|
|
|
socat -V 2>&1 |
|
|
else |
|
|
else |
|
|
_debug "socat doesn't exists." |
|
|
_debug "socat doesn't exists." |
|
|
fi |
|
|
fi |
|
|
|