Daniel Gibbs vor 10 Jahren
Ursprung
Commit
b31ae3ba6c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      lgsm/functions/command_details.sh

+ 2 - 2
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
 }