소스 검색

forgot to ad $getopt var

Daniel Gibbs 11 년 전
부모
커밋
916debe1c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/fn_getopt

+ 1 - 1
functions/fn_getopt

@@ -49,7 +49,7 @@ exit
 }
 
 fn_getopt_teamspeak3(){
-case "$1" in
+case "$getopt" in
 	start)
 		fn_start;;
 	stop)