Daniel Gibbs
2 years 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
|
|
@ -694,6 +694,8 @@ fn_info_messages_ports() { |
|
|
|
portcommand="ss -tuplwn | grep bf1942_lnxded" |
|
|
|
elif [ "${shortname}" == "dayz" ]; then |
|
|
|
portcommand="ss -tuplwn | grep enfMain" |
|
|
|
elif [ "${shortname}" == "q4" ]; then |
|
|
|
portcommand="ss -tuplwn | grep q4ded.x86" |
|
|
|
elif [ "${shortname}" == "mc" ] || [ "${shortname}" == "nec" ] || [ "${shortname}" == "pmc" ] || [ "${shortname}" == "vpmc" ] || [ "${shortname}" == "wmc" ]; then |
|
|
|
portcommand="ss -tuplwn | grep java" |
|
|
|
elif [ "${shortname}" == "terraria" ]; then |
|
|
|