2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-09-01 14:55:26 +00:00

Merge pull request #2737 from xpac1985/patch-3

Make socat debug output show version + features instead of help text
This commit is contained in:
neil
2020-02-22 12:10:22 +08:00
committed by GitHub

View File

@@ -207,7 +207,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