7 changed files with 11 additions and 38 deletions
@ -1,38 +1,15 @@ |
|||
#!/bin/bash |
|||
# LGSM core_functions.sh function |
|||
# LGSM fn_update_functions function |
|||
# Author: Daniel Gibbs |
|||
# Website: http://gameservermanagers.com |
|||
lgsm_version="271215" |
|||
|
|||
# Description: Redirect to new core_functions.sh |
|||
|
|||
core_functions.sh(){ |
|||
# Functions are defined in core_functions.sh. |
|||
functionfile="${FUNCNAME}" |
|||
fn_runfunction |
|||
} |
|||
|
|||
core_dl.sh(){ |
|||
# Functions are defined in core_functions.sh. |
|||
functionfile="${FUNCNAME}" |
|||
fn_runfunction |
|||
} |
|||
|
|||
core_getopt.sh(){ |
|||
functionfile="${FUNCNAME}" |
|||
fn_runfunction |
|||
} |
|||
|
|||
core_messages.sh(){ |
|||
functionfile="${FUNCNAME}" |
|||
fn_runfunction |
|||
} |
|||
# Description: REDIRECT FUNCTION to new command_update_functions.sh |
|||
|
|||
command_update_functions.sh(){ |
|||
functionfile="${FUNCNAME}" |
|||
fn_runfunction |
|||
} |
|||
|
|||
core_functions.sh |
|||
command_update_functions.sh |
|||
|
|||
|
Loading…
Reference in new issue