|
@@ -692,6 +692,8 @@ fn_info_messages_ports() {
|
|
|
portcommand="ss -tuplwn | grep AvorionServer"
|
|
portcommand="ss -tuplwn | grep AvorionServer"
|
|
|
elif [ "${shortname}" == "bf1942" ]; then
|
|
elif [ "${shortname}" == "bf1942" ]; then
|
|
|
portcommand="ss -tuplwn | grep bf1942_lnxded"
|
|
portcommand="ss -tuplwn | grep bf1942_lnxded"
|
|
|
|
|
+ elif [ "${shortname}" == "dayz" ]; then
|
|
|
|
|
+ portcommand="ss -tuplwn | grep enfMain"
|
|
|
elif [ "${shortname}" == "mc" ] || [ "${shortname}" == "nec" ] || [ "${shortname}" == "pmc" ] || [ "${shortname}" == "vpmc" ] || [ "${shortname}" == "wmc" ]; then
|
|
elif [ "${shortname}" == "mc" ] || [ "${shortname}" == "nec" ] || [ "${shortname}" == "pmc" ] || [ "${shortname}" == "vpmc" ] || [ "${shortname}" == "wmc" ]; then
|
|
|
portcommand="ss -tuplwn | grep java"
|
|
portcommand="ss -tuplwn | grep java"
|
|
|
elif [ "${shortname}" == "terraria" ]; then
|
|
elif [ "${shortname}" == "terraria" ]; then
|