Browse Source

add ss command

pull/4590/head
Daniel Gibbs 1 year ago
parent
commit
8ea8fd5fd2
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      lgsm/modules/info_messages.sh

2
lgsm/modules/info_messages.sh

@ -702,6 +702,8 @@ fn_info_messages_ports() {
portcommand="ss -tuplwn | grep java" portcommand="ss -tuplwn | grep java"
elif [ "${shortname}" == "terraria" ]; then elif [ "${shortname}" == "terraria" ]; then
portcommand="ss -tuplwn | grep Main" portcommand="ss -tuplwn | grep Main"
elif [ "${shortname}" == "sm" ]; then
portcommand="ss -tuplwn | grep WSServer-Linux"
elif [ "${engine}" == "source" ]; then elif [ "${engine}" == "source" ]; then
portcommand="ss -tuplwn | grep srcds_linux" portcommand="ss -tuplwn | grep srcds_linux"
elif [ "${engine}" == "goldsrc" ]; then elif [ "${engine}" == "goldsrc" ]; then

Loading…
Cancel
Save