diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 20:20:46 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 20:20:46 +0200 |
commit | 4a1e7451ee787c1f3a12c9d2adf4e9be4b6ddd1f (patch) | |
tree | ddaf81e17a238e3eea8c37451c12a4ecaba76844 /bin | |
parent | d058e868f7c82d545714ed091315b8c6d5b4f5d4 (diff) | |
download | jenkins.debian.net-4a1e7451ee787c1f3a12c9d2adf4e9be4b6ddd1f.tar.xz |
bugfix: remove trap, don't run cleanup twice
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index afec3721..f38befb9 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -118,3 +118,6 @@ EOF bootstrap run "$@" cleanup + +trap - INT TERM EXIT + |