From ecb71045b64b3461935dc5f6044f9bef5608cb98 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Thu, 2 Feb 2017 18:26:13 +0100 Subject: [PATCH] Shortened program name for netstat .. because it's cut off. --- lgsm/functions/command_details.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 14f11f025..40b719f2c 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -676,7 +676,7 @@ fn_details_terraria(){ } fn_details_towerunite(){ - echo -e "netstat -atunp | grep TowerServer-Linux-Shipping" + echo -e "netstat -atunp | grep TowerServer" echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"