From 9ea653ac84ad9c0191da2e773a9340e131de0d1b Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 28 Feb 2016 13:36:01 +0000 Subject: [PATCH] added exit to trap --- functions/core_dl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/core_dl.sh b/functions/core_dl.sh index 856253592..9d2a52233 100644 --- a/functions/core_dl.sh +++ b/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(){