[
https://issues.apache.org/jira/browse/RANGER-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay N Hegde resolved RANGER-5521.
-------------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In *dev-support/ranger-docker* readme.md file the command present in apache
> ranger build section is currently
> {code:java}
> chmod +x scripts/*.sh{code}
> But script files are present under submodules of scripts/
> so command should be changed to
> {code:java}
> chmod +x scripts/**/*.sh{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)