From f3fd7c451fb6dbabb6b4387deac828f7015014d3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 1 Jun 2022 00:41:54 +0100 Subject: [PATCH] bug --- lgsm/functions/info_messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 2f5c0b11a..6b7db51fa 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -683,7 +683,7 @@ 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 + elif [ "${shortname}" == "av" ]; then echo -e "ss -tuplwn | grep AvorionServer" elif [ "${shortname}" == "bf1942" ]; then echo -e "ss -tuplwn | grep bf1942_lnxded"