From 916debe1c835fcf6644f94f60211dc24144e334e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 Feb 2015 15:16:06 +0000 Subject: [PATCH] forgot to ad $getopt var --- functions/fn_getopt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index a8610ca9b..65fc2ad75 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -49,7 +49,7 @@ exit } fn_getopt_teamspeak3(){ -case "$1" in +case "$getopt" in start) fn_start;; stop)