Parcourir la source

forgot to ad $getopt var

Daniel Gibbs il y a 11 ans
Parent
commit
916debe1c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)