From e90e6bf9d2ad51d64544a20c25ad1adb64bddc27 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 27 Feb 2016 11:12:52 +0000 Subject: [PATCH] Updated functions function --- functions/update_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/update_functions.sh b/functions/update_functions.sh index 196b90f75..e205dd901 100644 --- a/functions/update_functions.sh +++ b/functions/update_functions.sh @@ -2,7 +2,7 @@ # LGSM update_functions.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="230116" +lgsm_version="270216" # Description: Deletes the functions dir to allow re-downloading of functions from GitHub. @@ -12,7 +12,7 @@ fn_printdots "Updating functions" fn_scriptlog "Updating functions" sleep 1 echo -ne "\n" -rm -rfv "${rootdir}/functions/"* +rm -rfv "${functionsdir}/"* exitcode=$? if [ "${exitcode}" == "0" ]; then fn_printok "Updating functions"