Browse Source

added web port

pull/1639/head
Daniel Gibbs 8 years ago
parent
commit
f51f37ec40
  1. 1
      lgsm/functions/info_messages.sh

1
lgsm/functions/info_messages.sh

@ -868,6 +868,7 @@ fn_info_message_unreal3(){
{
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e "> Game/Query\tINBOUND\t${port}\ttcp/udp"
echo -e "> WebAdmin\tINBOUND\t${webadminport}\ttcp\tListenPort=${webadminport}"
} | column -s $'\t' -t
echo -e ""
echo -e "${lightgreen}${servername} WebAdmin${default}"

Loading…
Cancel
Save