Browse Source

Merge pull request #2737 from xpac1985/patch-3

Make socat debug output show version + features instead of help text
none
neil 5 years ago
committed by GitHub
parent
commit
c6c395cd0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acme.sh

2
acme.sh

@ -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

Loading…
Cancel
Save