diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-27 11:29:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 11:29:32 +0100 |
commit | c3a6a7e44f1d34e8990219ed5419420f509bbd63 (patch) | |
tree | 7d5b57e5ae4d0854c9bac677b87de25383a4c168 /bin | |
parent | 2f5f8f0e378b4696726f63ff9bf390fe99359994 (diff) | |
download | jenkins.debian.net-c3a6a7e44f1d34e8990219ed5419420f509bbd63.tar.xz |
fix path for cleanup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 58e2925c..9edb73ea 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -106,7 +106,7 @@ bootstrap() { TMPFILE=$(mktemp -u) add_repokey $CHROOT_TARGET/$TMPFILE sudo chroot $CHROOT_TARGET bash $TMPFILE - rm $TMPFILE + rm $CHROOT_TARGET/$TMPFILE shift fi |