소스 검색

debug option was missing from mumbleserver

Daniel Gibbs 9 년 전
부모
커밋
9d5097f9cd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lgsm/functions/core_getopt.sh

+ 2 - 0
lgsm/functions/core_getopt.sh

@@ -447,6 +447,8 @@ case "${getopt}" in
 		command_postdetails.sh;;
 	b|backup)
 		command_backup.sh;;
+	d|debug)
+		command_debug.sh;;
 	dev|dev-debug)
 		command_dev_debug.sh;;
 	c|console)