This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git
The following commit(s) were added to refs/heads/main by this push:
new 929e4fee [Bug] [Seatunnel-web] seatunnel-web start and plugin download
scripts by default do not have execute permission. (#178)
929e4fee is described below
commit 929e4fee7df7cefa90a7c6e29bb468c8301b6978
Author: Mohammad Arshad <[email protected]>
AuthorDate: Tue Aug 13 05:30:08 2024 +0530
[Bug] [Seatunnel-web] seatunnel-web start and plugin download scripts by
default do not have execute permission. (#178)
---
seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml | 1 +
seatunnel-web-dist/src/main/assembly/seatunnel-web.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
b/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
index f7fb910d..0ad15781 100644
--- a/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
+++ b/seatunnel-web-dist/src/main/assembly/seatunnel-web-ci.xml
@@ -43,6 +43,7 @@
<outputDirectory>script</outputDirectory>
</fileSet>
<fileSet>
+ <fileMode>755</fileMode>
<directory>../seatunnel-server/seatunnel-app/src/main/bin</directory>
<includes>
<include>*.sh</include>
diff --git a/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
b/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
index 7d020467..f9c292ca 100644
--- a/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
+++ b/seatunnel-web-dist/src/main/assembly/seatunnel-web.xml
@@ -44,6 +44,7 @@
<outputDirectory>script</outputDirectory>
</fileSet>
<fileSet>
+ <fileMode>755</fileMode>
<directory>../seatunnel-server/seatunnel-app/src/main/bin</directory>
<includes>
<include>*.sh</include>