diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index d28fb2ffb..ad82b2186 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -357,6 +357,11 @@ functionfile="${FUNCNAME}" fn_fetch_function } +fix_tf2.sh(){ +functionfile="${FUNCNAME}" +fn_fetch_function +} + fix_ut3.sh(){ functionfile="${FUNCNAME}" fn_fetch_function @@ -649,4 +654,4 @@ core_messages.sh core_dl.sh # Calls the global Ctrl-C trap -core_trap.sh \ No newline at end of file +core_trap.sh