Skip to content

Commit 8b50d12

Browse files
committed
Add executable bit for shell scripts
1 parent e5826f4 commit 8b50d12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/assembly/assembly.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<include>*.sh</include>
1919
</includes>
2020
<lineEnding>unix</lineEnding>
21+
<fileMode>755</fileMode>
2122
</fileSet>
2223
<fileSet>
2324
<directory>${project.basedir}/src/main/scripts</directory>

0 commit comments

Comments
 (0)