Skip to content

Commit 3d95116

Browse files
authored
Fixed -R for recursive setgid bit
without the perms will not be inherited Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
1 parent 77d82f0 commit 3d95116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sudo groupadd bazelcache
4949
sudo usermod -aG bazelcache $USER
5050
sudo mkdir -p <directory-path>
5151
sudo chown -R :bazelcache <directory-path>
52-
sudo chmod 2775 <directory-path>
52+
sudo chmod -R 2775 <directory-path>
5353
```
5454

5555

0 commit comments

Comments
 (0)