Merge 9f6d9f1e423050c52ff8cbe9e04ebed6a1235476 into 4f5995abc0d34c49bf4cae6087aeae148296cd9a

This commit is contained in:
Rafael Cossovan 2018-07-10 01:22:22 +00:00 committed by GitHub
commit 4414a32b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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