mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 04:27:35 +08:00
added fn_install_gslt
This commit is contained in:
parent
188c583209
commit
73eea9d213
@ -2,7 +2,7 @@
|
||||
# LGSM fn_functions function
|
||||
# Author: Daniel Gibbs
|
||||
# Website: http://gameservermanagers.com
|
||||
# Version: 150715
|
||||
# Version: 091215
|
||||
|
||||
# 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.
|
||||
@ -219,6 +219,11 @@ functionfile="${FUNCNAME}"
|
||||
fn_runfunction
|
||||
}
|
||||
|
||||
fn_install_gslt(){
|
||||
functionfile="${FUNCNAME}"
|
||||
fn_runfunction
|
||||
}
|
||||
|
||||
fn_install_header(){
|
||||
functionfile="${FUNCNAME}"
|
||||
fn_runfunction
|
||||
|
Loading…
Reference in New Issue
Block a user