Browse Source

etl

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
d3d74b0929
  1. 3
      lgsm/functions/info_messages.sh

3
lgsm/functions/info_messages.sh

@ -851,7 +851,8 @@ fn_info_message_eco(){
fn_info_message_etlegacy(){ fn_info_message_etlegacy(){
{ {
echo -e "${lightblue}DESCRIPTION\tPORT\tPROTOCOL\tLISTEN${default}" echo -e "${lightblue}DESCRIPTION\tPORT\tPROTOCOL\tLISTEN${default}"
echo -e "> Game/Query\t${port}\tudp" echo -e "Game\t${port}\tudp\t$(echo "${ssinfo}" | grep ${port} | wc -l)"
echo -e "Query\t${queryport}\tudp\t$(echo "${ssinfo}" | grep ${queryport} | wc -l)"
} | column -s $'\t' -t } | column -s $'\t' -t
} }

Loading…
Cancel
Save