Browse Source

Added fn_details_glibc

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

9
functions/fn_functions

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

Loading…
Cancel
Save