Browse Source

added exit to trap

pull/743/head
Daniel Gibbs 9 years ago
parent
commit
9ea653ac84
  1. 1
      functions/core_dl.sh

1
functions/core_dl.sh

@ -79,6 +79,7 @@ fn_fetch_trap() {
fn_printinfomation "downloading ${filename}: REMOVED"
rm -f "${filedir}/${filename}" | tee -a "${scriptlog}"
fn_scriptlog "downloading ${filename}: REMOVED"
exit
}
fn_fetch_file(){

Loading…
Cancel
Save