Daniel Gibbs 11 лет назад
Родитель
Сommit
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)