Closed mattikbk closed 1 year ago
I used this repo with an account with umask of 0027 instead of the default 0022 and that caused lots of problems with file modes. This patch adds the mode parameter with the correct mode to several files that need specific permissions.
That makes sense. Thanks for the pull request!
I used this repo with an account with umask of 0027 instead of the default 0022 and that caused lots of problems with file modes. This patch adds the mode parameter with the correct mode to several files that need specific permissions.