From 16e8237487c8ddeb2200471308267ee010ded80d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Aug 2017 12:25:21 +0200 Subject: chroot-installs: workaround #844220 / #872812 Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index 732fd2df..fd6d45b7 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -25,6 +25,7 @@ echo "Sleeping $SLEEP seconds to randomize start times and parallel runs." sleep $SLEEP export CHROOT_TARGET=$(mktemp -d -p /chroots/ chroot-installation-$1.XXXXXXXXX) +sudo chmod +x $CHROOT_TARGET # workaround #844220 / #872812 export TMPFILE=$(mktemp -u) export CTMPFILE=$CHROOT_TARGET/$TMPFILE export TMPLOG=$(mktemp) -- cgit v1.2.3-54-g00ecf