mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #222] Many files in the repository have execution permission set wrongly. #3438
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dreirund on GitHub (Feb 7, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/222
Describe the bug
Many files in your repository, which are not meant for execution, have execution permission set.
To Reproduce
Steps to reproduce the behaviour:
git clone https://github.com/jjwbruijn/OpenEPaperLink.gitcd OpenEPaperLinkls -loepl-definitions.hoepl-esp-ap-proto.hoepl-proto.htag_types.hExpected behavior
Execution permission only for directories and files meant for execution (e.g. shell scripts)
@jjwbruijn commented on GitHub (Feb 7, 2024):
Terribly sorry. This comes from pure laziness. chmod 777. I might fix some of this stuff in future pushes, but I wouldn't bet the house.