From c1d35c3f5b924cfa0e0bdbdf52ba287d7d3e90b3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 19 Feb 2015 20:59:53 +0000 Subject: [PATCH] added fn_check_logs --- functions/fn_functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_functions b/functions/fn_functions index 93a2896fd..b0b369436 100644 --- a/functions/fn_functions +++ b/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