Skip to content

Commit

Permalink
Merge pull request sclorg#124 from csrwng/fix-perm-always-succeed
Browse files Browse the repository at this point in the history
Always succeed when running fix-permissions
  • Loading branch information
hhorak authored May 25, 2017
2 parents 3febacb + b0a8232 commit 42e56ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/fix-permissions
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ find -L $1 -xtype l -exec chgrp 0 {} \;
chmod -R g+rw $1;
find -L $1 -xtype l -exec chmod g+rw {} \;
find $1 -type d -exec chmod g+x {} +
exit 0

0 comments on commit 42e56ab

Please sign in to comment.