diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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) |