From 8a596c635d2032a28698b792839dfe36ac731d7e Mon Sep 17 00:00:00 2001 From: lrob Date: Tue, 23 Feb 2016 00:52:50 +0100 Subject: [PATCH] Fix port info --- functions/command_details.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/command_details.sh b/functions/command_details.sh index db6973416..32965eb2e 100644 --- a/functions/command_details.sh +++ b/functions/command_details.sh @@ -549,8 +549,8 @@ echo -e "netstat -atunp | grep Rust" echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" - echo -e "> Game/RCON\tINBOUND\t${port}\tudp" - echo -e "> Query\tINBOUND\t${rconport}\ttcp" + echo -e "> Game/Query\tINBOUND\t${port}\tudp" + echo -e "> RCON\tINBOUND\t${rconport}\ttcp" } | column -s $'\t' -t echo -e ""