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