Explorar o código

command_details was running after postdetails

Daniel Gibbs %!s(int64=8) %!d(string=hai) anos
pai
achega
2719351565
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      lgsm/functions/core_functions.sh

+ 0 - 7
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(){