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)