This commit is contained in:
Nathaniel Landau
2016-08-29 14:58:45 -04:00
parent 787dd858b1
commit dda544478c
2 changed files with 17 additions and 20 deletions

2
scriptTemplate.sh Executable file → Normal file
View File

@@ -55,7 +55,7 @@ function trapCleanup() {
if is_dir "${tmpDir}"; then
rm -r "${tmpDir}"
fi
die "Exit trapped." # Edit this if you like.
die "Exit trapped. In function: '${FUNCNAME[*]}'"
}
# safeExit