diff options
-rwxr-xr-x | bin/chroot-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 3e391483..4a501c3f 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -46,6 +46,7 @@ if [ -z "$CHROOT_TARGET" ]; then echo "Could not create a directory to create the chroot in, aborting." exit 1 fi +chmod 755 "$CHROOT_TARGET" export CURDIR=$(pwd) |