|
@@ -2,7 +2,7 @@
|
|
|
# LGSM fn_functions function
|
|
# LGSM fn_functions function
|
|
|
# Author: Daniel Gibbs
|
|
# Author: Daniel Gibbs
|
|
|
# Website: http://danielgibbs.co.uk
|
|
# Website: http://danielgibbs.co.uk
|
|
|
-# Version: 241214
|
|
|
|
|
|
|
+# Version: 040115
|
|
|
|
|
|
|
|
# Description: Defines all functions to allow download and execution of functions using fn_runfunction.
|
|
# 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.
|
|
# This function is called first before any other function. Without this file other functions would not load.
|
|
@@ -208,6 +208,11 @@ functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+fn_ut2k4filesdl(){
|
|
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
|
|
+fn_runfunction
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
fn_ut2k4install(){
|
|
fn_ut2k4install(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|
|
@@ -218,6 +223,11 @@ functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+fn_ut99filesdl(){
|
|
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
|
|
+fn_runfunction
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
fn_ut99install(){
|
|
fn_ut99install(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_runfunction
|
|
fn_runfunction
|