mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
`trap ... ERR` does not automatically propagate to functions. Therefore, Our fancy error-reporting mechanism did not catch errors happening in functions; and we do most of the actual work in functions. The solution is to `set -E` or `set -o errtrace`.
1.8 KiB
1.8 KiB