Skip to content

Commit

Permalink
[improvement][worker] add node_exporter have 755 perm
Browse files Browse the repository at this point in the history
  • Loading branch information
datasophon committed Mar 27, 2023
1 parent f178c6a commit 0275fd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasophon-worker/src/main/resources/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<includes>
<include>node_exporter</include>
</includes>
<fileMode>0755</fileMode>
<outputDirectory>node/x86</outputDirectory>
</fileSet>

Expand All @@ -124,6 +125,7 @@
<includes>
<include>node_exporter</include>
</includes>
<fileMode>0755</fileMode>
<outputDirectory>node/arm</outputDirectory>
</fileSet>

Expand Down

0 comments on commit 0275fd3

Please sign in to comment.