[
https://issues.apache.org/jira/browse/RANGER-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066493#comment-18066493
]
Dhaval Shah commented on RANGER-5521:
-------------------------------------
Merged into Apachr master :
https://github.com/apache/ranger/commit/74d1ff8b910edfe8ec35d518b92c4a070ee2d6c7
> 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
> 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)