buildbarn / bb-deployments

Example deployments of Buildbarn on various platforms
Apache License 2.0
102 stars 70 forks source link

Correct the permissions for the storage dirs #88

Closed stagnation closed 1 year ago

stagnation commented 1 year ago

Shellcheck warns that mkdir -p combined with -m only sets the permission on the innermost directory. To set the permissions for all directories in the path a separate call to chmod is required. https://www.shellcheck.net/wiki/SC2174

EdSchouten commented 1 year ago

@moroten Should this be merged?