diff --git a/functions/fn_functions b/functions/fn_functions index 6f5048d27..3036277ec 100644 --- a/functions/fn_functions +++ b/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 \ No newline at end of file +core_functions.sh \ No newline at end of file diff --git a/functions/fn_getopt b/functions/fn_getopt new file mode 100644 index 000000000..40c7a2337 --- /dev/null +++ b/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 \ No newline at end of file