Merge branch 'bugfix/subshell_exit' into 'master'

exit in case of subshell error

See merge request ungleich-public/ccollect!11
This commit is contained in:
poljakowski 2019-05-01 14:32:06 +02:00
commit 086c95f98d
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ while [ "${source_no}" -lt "${no_sources}" ]; do
_techo "Backup lasted: ${hours}:${minutes}:${seconds} (h:m:s)"
unlock "${name}"
)
) || exit
done
#