Daniel Gibbs 11 лет назад
Родитель
Сommit
c1d35c3f5b
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      functions/fn_functions

+ 6 - 1
functions/fn_functions

@@ -2,7 +2,7 @@
 # LGSM fn_functions function
 # Author: Daniel Gibbs
 # Website: http://danielgibbs.co.uk
-# Version: 080215
+# Version: 190215
 
 # Description: Defines all functions to allow download and execution of functions using fn_runfunction.
 # This function is called first before any other function. Without this file other functions would not load.
@@ -17,6 +17,11 @@ functionfile="${FUNCNAME}"
 fn_runfunction
 }
 
+fn_check_logs(){
+functionfile="${FUNCNAME}"
+fn_runfunction
+}
+
 fn_check_root(){
 functionfile="${FUNCNAME}"
 fn_runfunction