From b9bc3b396109ba4aa6f047dbe849d93ca3acbfa9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 26 Dec 2015 17:52:09 +0000 Subject: [PATCH] redirect function Any old scripts can be redirected to the new renamed functions --- functions/fn_functions | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 functions/fn_functions diff --git a/functions/fn_functions b/functions/fn_functions new file mode 100644 index 000000000..81fa41650 --- /dev/null +++ b/functions/fn_functions @@ -0,0 +1,15 @@ +#!/bin/bash +# LGSM fn_functions function +# Author: Daniel Gibbs +# Website: http://gameservermanagers.com +lgsm_version="201215" + +# Description: Redirect to new core_functions.sh + +fn_functions(){ +# Functions are defined in fn_functions. +functionfile="${FUNCNAME}" +fn_runfunction +} + +core_functions.sh \ No newline at end of file