Browse Source

Added fn_details_glibc

pull/457/head
Daniel Gibbs 10 years ago
parent
commit
b905fc3225
  1. 7
      functions/fn_functions

7
functions/fn_functions

@ -2,7 +2,7 @@
# LGSM fn_functions function # LGSM fn_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 200615 # Version: 150715
# 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.
@ -92,6 +92,11 @@ functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction
} }
fn_details_glibc(){
functionfile="${FUNCNAME}"
fn_runfunction
}
fn_deps_detect(){ fn_deps_detect(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction

Loading…
Cancel
Save