Chinmay N Hegde created RANGER-5521:
---------------------------------------
Summary: Fix incorrect chmod command in docker readme.md
Key: RANGER-5521
URL: https://issues.apache.org/jira/browse/RANGER-5521
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Chinmay N Hegde
Assignee: Chinmay N Hegde
In dev-support/ranger-docker readme.md file the command present in apache
ranger build section is currently
chmod +x scripts/*.sh
But script files are present under submodules of scripts/
so command should be changed to
chmod +x scripts/**/*.sh
--
This message was sent by Atlassian Jira
(v8.20.10#820010)