diff options
-rwxr-xr-x | bin/schroot-create.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index a484c4af..5418b180 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -69,6 +69,7 @@ if [ -z "$SCHROOT_TARGET" ]; then echo "Could not create a directory to create the chroot in, aborting." exit 1 fi +sudo chmod +x $SCHROOT_TARGET # workaround #844220 / #872812 # # create script to add key for reproducible repo |