Closed stagnation closed 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
@moroten Should this be merged?
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