summaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble.post
blob: 839410c33e86fa22bca2dbbf56272a7a1716ca1e (plain)
1
2
3
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