Skip to content

Commit

Permalink
Set perms correctly on all user props files
Browse files Browse the repository at this point in the history
  • Loading branch information
n1hility committed Feb 16, 2012
1 parent d84f7f2 commit 2e3f3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<exclude>**/*.sh</exclude>
<exclude>jboss-*/domain/tmp/auth</exclude>
<exclude>jboss-*/domain/tmp/auth</exclude>
<exclude>**/mgmt-users.properties</exclude>
<exclude>**/*-users.properties</exclude>
</excludes>
</fileSet>
<fileSet>
Expand All @@ -34,7 +34,7 @@
<directory>../build/target</directory>
<outputDirectory/>
<includes>
<include>**/mgmt-users.properties</include>
<include>**/*-users.properties</include>
</includes>
<fileMode>0600</fileMode>
</fileSet>
Expand Down

0 comments on commit 2e3f3e9

Please sign in to comment.