Browse Source

forgot to ad $getopt var

Daniel Gibbs 11 năm trước cách đây
mục cha
commit
916debe1c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)