[
https://issues.apache.org/jira/browse/RANGER-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay N Hegde updated RANGER-5521:
------------------------------------
Description:
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}
was:
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
> 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
>
> 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)