From 8628c2572bff7e9179be03f80783c2ccdb499ef5 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 27 Jul 2016 05:22:15 +0200 Subject: [PATCH] Removed port, will go to main script --- lgsm/functions/command_details.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 007c77467..f3ea415a6 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -444,7 +444,6 @@ fn_details_teamspeak3(){ fn_details_mumble(){ echo -e "netstat -atunp | grep murmur" echo -e "" - port=$(cat "${servercfgfullpath}" | grep 'port=' | awk -F'=' '{ print $2 }') { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" echo -e "> Voice\tIN&OUT\t${port}\tudp"