From 368d2fdf2f55f5772e465ef364a551330d5b2679 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 13 May 2016 16:27:06 +0100 Subject: [PATCH] updated terraria --- lgsm/functions/command_details.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index e805b5d4c..b8f5fcbc6 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -441,13 +441,11 @@ fn_details_teeworlds(){ } fn_details_terraria(){ - echo -e "netstat -atunp | grep terraia" + echo -e "netstat -atunp | grep TerrariaServer" echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" echo -e "> Game\tINBOUND\t${port}\ttcp" - echo -e "> Query\tINBOUND\t${queryport}\ttcp" - echo -e "> Rcon\tINBOUND\t${rconport}\ttcp" } | column -s $'\t' -t }