Browse Source

fix(ats): removed not needed ports message

pull/4105/head
Marcin Jakubowski 3 years ago
parent
commit
cd23b07f89
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -683,8 +683,6 @@ fn_info_message_ports() {
echo -e "${lightblue}Useful port diagnostic command:${default}"
if [ "${shortname}" == "armar" ]; then
echo -e "ss -tuplwn | grep enfMain"
elif [ "${shortname}" == "ats" ]; then
echo -e "ss -tuplwn | grep americantruck_s"
elif [ "${shortname}" == "av" ]; then
echo -e "ss -tuplwn | grep AvorionServer"
elif [ "${shortname}" == "bf1942" ]; then

Loading…
Cancel
Save