summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-27 11:29:32 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-27 11:29:32 +0100
commitc3a6a7e44f1d34e8990219ed5419420f509bbd63 (patch)
tree7d5b57e5ae4d0854c9bac677b87de25383a4c168 /bin/schroot-create.sh
parent2f5f8f0e378b4696726f63ff9bf390fe99359994 (diff)
downloadjenkins.debian.net-c3a6a7e44f1d34e8990219ed5419420f509bbd63.tar.xz
fix path for cleanup
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
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