Browse Source

fix httpport ac server

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

2
lgsm/functions/info_messages.sh

@ -657,7 +657,7 @@ fn_info_message_assettocorsa(){
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"
echo -e "> Game\tINBOUND\t${port}\tudp"
echo -e "> HTTP\tINBOUND\t${port}\tudp"
echo -e "> HTTP\tINBOUND\t${httpport}\tudp"
} | column -s $'\t' -t
}

Loading…
Cancel
Save