Browse Source

corrected redirect

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
8a1b3760c2
  1. 4
      functions/fn_functions
  2. 15
      functions/fn_getopt

4
functions/fn_functions

@ -6,10 +6,10 @@ lgsm_version="201215"
# Description: Redirect to new core_getopt.sh
core_getopt.sh(){
fn_functions.sh(){
# Functions are defined in fn_functions.
functionfile="${FUNCNAME}"
fn_runfunction
}
core_getopt.sh
core_functions.sh

15
functions/fn_getopt

@ -0,0 +1,15 @@
#!/bin/bash
# LGSM fn_getopt function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
# Description: Redirect to new core_getopt.sh
fn_functions(){
# Functions are defined in fn_functions.
functionfile="${FUNCNAME}"
fn_runfunction
}
core_functions.sh
Loading…
Cancel
Save