From 8a1b3760c26d531b8fb20075d052f533dbab5c4f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 20:15:15 +0000 Subject: [PATCH] corrected redirect --- functions/fn_functions | 4 ++-- functions/fn_getopt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 functions/fn_getopt 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