From 2719351565f4bc6254749f1a1bc0f75d79370da5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Sep 2017 23:28:53 +0100 Subject: [PATCH] command_details was running after postdetails --- lgsm/functions/core_functions.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index 1ac4aaa5c..929c9fd2a 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -63,14 +63,7 @@ fn_fetch_function command_postdetails.sh(){ functionfile="${FUNCNAME}" -tempffname="${functionfile}" -# First, grab the command_postdetails.sh file fn_fetch_function -# But then next, command_details.sh needs to also be pulled -# because command_postdetails.sh sources its functions -CedarLUG -functionfile="command_details.sh" -fn_fetch_function -functionfile="${tempffname}" } command_details.sh(){