summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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