Преглед на файлове

Added update to ts3 getopt

Daniel Gibbs преди 11 години
родител
ревизия
e312940b66
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      functions/fn_getopt

+ 3 - 1
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)