瀏覽代碼

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)