From c3a6a7e44f1d34e8990219ed5419420f509bbd63 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Feb 2015 11:29:32 +0100 Subject: fix path for cleanup --- bin/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') 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 -- cgit v1.2.3-54-g00ecf