noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

Several files need specific modes that are not ensured by default #39

Closed mattikbk closed 1 year ago

mattikbk commented 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.

noseka1 commented 1 year ago

That makes sense. Thanks for the pull request!