Browse Source

bug

pull/3871/head
Daniel Gibbs 3 years ago
parent
commit
f3fd7c451f
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

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

Loading…
Cancel
Save