From b31ae3ba6c5d447f613e9ff7263564d0a7c72488 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 29 Jul 2016 23:02:14 +0100 Subject: [PATCH] INBOUND --- lgsm/functions/command_details.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 44000b3d1..df3e49e6a 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -447,8 +447,8 @@ fn_details_mumble(){ echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" - echo -e "> Voice\tIN & OUT\t${port}\tudp" - echo -e "> ServerQuery\tIN & OUT\t${port}\ttcp" + echo -e "> Voice\tINBOUND\t${port}\tudp" + echo -e "> ServerQuery\tINBOUND\t${port}\ttcp" } | column -s $'\t' -t }