3 changed files with 69 additions and 50 deletions
@ -0,0 +1,15 @@ |
|||||
|
#!/bin/bash |
||||
|
# LGSM core_getopt function |
||||
|
# Author: Daniel Gibbs |
||||
|
# Website: http://gameservermanagers.com |
||||
|
lgsm_version="180316" |
||||
|
|
||||
|
# Description: Redirect to new location for core_getopt.sh |
||||
|
|
||||
|
core_getopt.sh(){ |
||||
|
# Functions are defined in core_functions.sh. |
||||
|
functionfile="${FUNCNAME}" |
||||
|
fn_fetch_core_dl |
||||
|
} |
||||
|
|
||||
|
core_getopt.sh |
@ -1,37 +1,14 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
# LGSM core_functions.sh function |
# LGSM fn_getopt function |
||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Website: http://gameservermanagers.com |
# Website: http://gameservermanagers.com |
||||
lgsm_version="271215" |
lgsm_version="180316" |
||||
|
|
||||
# Description: Redirect to new core_functions.sh |
# Description: Redirect to new core_getopt.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(){ |
core_getopt.sh(){ |
||||
functionfile="${FUNCNAME}" |
functionfile="${FUNCNAME}" |
||||
fn_runfunction |
fn_fetch_core_dl |
||||
} |
|
||||
|
|
||||
core_messages.sh(){ |
|
||||
functionfile="${FUNCNAME}" |
|
||||
fn_runfunction |
|
||||
} |
|
||||
|
|
||||
command_update_functions.sh(){ |
|
||||
functionfile="${FUNCNAME}" |
|
||||
fn_runfunction |
|
||||
} |
} |
||||
|
|
||||
core_functions.sh |
|
||||
core_getopt.sh |
core_getopt.sh |
Loading…
Reference in new issue