Browse Source

hw

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

2
lgsm/functions/info_messages.sh

@ -876,7 +876,7 @@ fn_info_message_hurtworld(){
echo -e "${lightblue}DESCRIPTION\tPORT\tPROTOCOL\tLISTEN${default}"
echo -e "Game\t${port}\tudp\t$(echo "${ssinfo}" | grep ${port} | wc -l)"
echo -e "RCON\t${rconport}\ttcp\t$(echo "${ssinfo}" | grep ${rconport} | wc -l)"
echo -e "> Query\t${queryport}\tudp"
echo -e "Query\t${queryport}\tudp\t$(echo "${ssinfo}" | grep ${queryport} | wc -l)"
} | column -s $'\t' -t
}

Loading…
Cancel
Save