Skip to content

Commit 6091f63

Browse files
add chmod
1 parent ac45d14 commit 6091f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start.sh

100755100644
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ else
9999
if [ -n "$SPARE_CHECKOUT" ]; then
100100
echo "spare checkout"
101101
git init $CLONE_DIR
102+
chmod -R 774 $CLONE_DIR
102103
cd $CLONE_DIR
103104
git remote add origin $REPO
104105
git config core.sparsecheckout true

0 commit comments

Comments
 (0)