Explorar el Código

forgot to ad $getopt var

Daniel Gibbs hace 11 años
padre
commit
916debe1c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)