Browse Source

Merge 9f6d9f1e42 into 4f5995abc0

pull/1681/merge
Rafael Cossovan 7 years ago
committed by GitHub
parent
commit
4414a32b70
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acme.sh

2
acme.sh

@ -180,7 +180,7 @@ _dlg_versions() {
echo "socat:"
if _exists "socat"; then
socat -h 2>&1
socat -V 2>&1
else
_debug "socat doesn't exists."
fi

Loading…
Cancel
Save