From 3fa88135d3f671312da6ee146a9902912f274655 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 31 May 2022 23:58:48 +0100 Subject: [PATCH] change ss command for armar --- lgsm/functions/info_messages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 60b1089a2..15c59a977 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -681,6 +681,8 @@ fn_info_message_ports_edit(){ 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 echo -e "ss -tuplwn | grep AvorionServer" elif [ "${shortname}" == "bf1942" ]; then