From d684b19d9d18f605a8ee798fe5cc618ec3a05691 Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Fri, 10 May 2024 20:15:46 +0530 Subject: [PATCH] [fix]: file permissions for entrypoint.sh (#33359) ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- deploy/docker/fs/opt/appsmith/entrypoint.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 deploy/docker/fs/opt/appsmith/entrypoint.sh diff --git a/deploy/docker/fs/opt/appsmith/entrypoint.sh b/deploy/docker/fs/opt/appsmith/entrypoint.sh old mode 100755 new mode 100644