summaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble.post
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/assemble.post')
-rwxr-xr-xs2i/bin/assemble.post4
1 files changed, 4 insertions, 0 deletions
diff --git a/s2i/bin/assemble.post b/s2i/bin/assemble.post
new file mode 100755
index 0000000..839410c
--- /dev/null
+++ b/s2i/bin/assemble.post
@@ -0,0 +1,4 @@
+echo "---> Fix permissions ($HOME) ..."
+find $HOME -type f -print0 | xargs -0 chmod +r
+find $HOME -type d -print0 | xargs -0 chmod +r
+find $HOME -type d -print0 | xargs -0 chmod +x