Adding a rc.syshook.d/early script

Started by lattera, May 27, 2020, 05:10:33 PM

Previous topic - Next topic
I've created a new script for rc.syshookd/early. It gets installed in my dev build, but with the wrong perms. Instead of being 755, it's 644. On my local filesystem, it's committed as 755. I'm unsure why the discrepancy exists.

Problem solved with `git add --chmod=755 /path/to/script`. Stupid git.

I mostly use GitHub or GitHub for Windows which also can't handle this .. annoying  ::)