jusito
2 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
-
lgsm/functions/info_messages.sh
|
|
@ -773,7 +773,7 @@ fn_port() { |
|
|
|
portname="${1}" |
|
|
|
porttype="${2}" |
|
|
|
portprotocol="${3}" |
|
|
|
echo -e "${portname}\t${!porttype}\t${portprotocol}\t$(echo "${ssinfo}" | grep ${portprotocol} | grep ${!porttype} | wc -l)" |
|
|
|
echo -e "${portname}\t${!porttype}\t${portprotocol}\t$(echo "${ssinfo}" | grep "${portprotocol}" | grep -c "${!porttype}")" |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|