From 3ee3540f7073a759c91437a789762a1df6de3ba9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 7 Jan 2018 19:59:48 +0000 Subject: [PATCH] Added stationeers still missing full port description --- lgsm/functions/info_messages.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index a567e2e13..7d378a1e8 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -835,6 +835,16 @@ fn_info_message_starbound(){ } | column -s $'\t' -t } +fn_info_message_stationeers(){ + echo -e "netstat -atunp | grep rocketstation" + echo -e "" + { + echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" + echo -e "> Game\tINBOUND\t${port}\ttcp" + echo -e "> Query\tINBOUND\t${queryport}\ttcp" + } | column -s $'\t' -t +} + fn_info_message_teamspeak3(){ echo -e "netstat -atunp | grep ts3server" echo -e ""