Losing execute permissions on utils when running update-hpr.sh #269
Reference in New Issue
Block a user
No description provided.
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?
I am trying to run the newsite code locally, but I am getting a very strange issue which I thought may be related to the changes, but checking out the main branch results in the same problem.
Anyway, here is what's happening:
./utils/update-hpr.sh
to get the latest database and update the site. This is the output:Notice the error for ./site-generator: Permission denied. Well, the execute flag on that file is no longer set. Also, when looking into the utils directory, the permissions have changed there as well:
Seems strange, but if I clone the repo fresh, then I don't get the issue, so there must be something about the contents of the existing repo which is causing the problem. I will close this, as it clearly isn't an issue with the contents of the repo.