From e312940b66fe99e31930fd02e9908261b4416289 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 15 Mar 2015 23:24:19 +0000 Subject: [PATCH] Added update to ts3 getopt --- functions/fn_getopt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 65fc2ad75..8138eb0cd 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -2,7 +2,7 @@ # LGSM fn_getopt function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 080214 +# Version: 150314 # Description: getopt arguments. @@ -56,6 +56,8 @@ case "$getopt" in fn_stop;; restart) fn_restart;; + update) + fn_update_check;; backup) fn_backup;; monitor)