소스 검색

Closing )

UltimateByte 10 년 전
부모
커밋
aba32001b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/command_details.sh

+ 1 - 1
lgsm/functions/command_details.sh

@@ -444,7 +444,7 @@ fn_details_teamspeak3(){
 fn_details_mumble(){
 	echo -e "netstat -atunp | grep murmur"
 	echo -e ""
-	port=$(cat "${servercfgfullpath}" | grep 'port=' | awk -F'=' '{ print $2 }'
+	port=$(cat "${servercfgfullpath}" | grep 'port=' | awk -F'=' '{ print $2 }')
 	{
 		echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
 		echo -e "> Voice\tIN&OUT\t${port}\tudp"