Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
0 deletions
-
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 |
|
|