From 87ff1a360da672708bf0b162f5c265cbe5399f26 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 4 Feb 2021 19:38:38 +0000 Subject: [PATCH] add vh netstat --- lgsm/functions/info_messages.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index ab8e77be4..92eef499a 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -1341,6 +1341,15 @@ fn_info_message_ut(){ } | column -s $'\t' -t } +fn_info_message_vh(){ + echo -e "netstat -atunp | grep valheim" + echo -e "" + { + echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}" + echo -e "> Game\tINBOUND\t${port}\tudp" + } | column -s $'\t' -t +} + fn_info_message_kf2(){ fn_info_message_password_strip echo -e "netstat -atunp | grep KFGame"