add-test-db.sh not executable on fresh clone #1270
Syedowais312
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @pashagolub @0xgouda
I noticed that docker/scripts/add-test-db.sh is referenced in README
as directly executable:
However, the file is committed with mode 100644 (non-executable),
which results in "permission denied" on fresh clones.
git ls-files --stage docker/scripts/add-test-db.sh shows:
100644 ...
Would you like me to open a PR to change the file mode to 100755?
Beta Was this translation helpful? Give feedback.
All reactions