Remove executable bit from files

Created on 19 November 2022, about 2 years ago
Updated 25 January 2023, almost 2 years ago

Problem/Motivation

For some reason, the files in this repo have the executable bit set. There's no reason for this, and this should be removed.

I executed the following command to generate the attached patch:

find . -type f | xargs chmod -x

Steps to reproduce

ls -l

Proposed resolution

find . -type f | xargs chmod -x
And then commit

📌 Task
Status

Fixed

Version

3.0

Component

Code

Created by

🇵🇹Portugal jcnventura

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024