This is an automated email from the ASF dual-hosted git repository.

dhavalshah9131 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new 74d1ff8b9 RANGER-5521:Fix incorrect chmod command in docker readme.md 
(#877)
74d1ff8b9 is described below

commit 74d1ff8b910edfe8ec35d518b92c4a070ee2d6c7
Author: Chinmay Hegde <[email protected]>
AuthorDate: Wed Mar 18 11:11:20 2026 +0530

    RANGER-5521:Fix incorrect chmod command in docker readme.md (#877)
---
 dev-support/ranger-docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/ranger-docker/README.md 
b/dev-support/ranger-docker/README.md
index 19aa80941..63f206830 100644
--- a/dev-support/ranger-docker/README.md
+++ b/dev-support/ranger-docker/README.md
@@ -51,7 +51,7 @@ Use Dockerfiles in this directory to create docker images and 
run them to build
 Execute following command to build Apache Ranger:
 ~~~
 
-chmod +x scripts/*.sh
+chmod +x scripts/**/*.sh
 
 # optional step: a fresh build ensures that the correct jdk version is used
 docker compose -f docker-compose.ranger-build.yml build

Reply via email to