Browse Source

Need to have the second call the original command_details.sh()

pull/1065/head
CedarLUG 9 years ago
parent
commit
6bacc4334f
  1. 2
      lgsm/functions/core_functions.sh

2
lgsm/functions/core_functions.sh

@ -132,7 +132,7 @@ command_postdetails.sh(){
functionfile=$tempffname
}
command_postdetails.sh(){
command_details.sh(){
functionfile="${FUNCNAME}"
tempffname=$functionfile
fn_fetch_function

Loading…
Cancel
Save