From 1706d2837fa354eb5056cc7143f652e230f0849f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 19:52:30 +0100 Subject: [PATCH] Added install to ts3 getopts --- functions/fn_getopt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 2d0448c2d..bdf508397 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -2,7 +2,7 @@ # LGSM fn_getopt function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 060515 +# Version: 190515 # Description: getopt arguments. @@ -65,8 +65,12 @@ case "$getopt" in fn_details;; backup) fn_backup;; + install) + fn_install;; + auto-install) + fn_autoinstall;; *) - echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup}" + echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup|install|auto-install}" exit 1;; esac exit