fixed fixperms
This commit is contained in:
@@ -6,3 +6,4 @@ sh -c "find ./bin -type f | xargs chmod 775"
|
|||||||
sh -c "find . -type d | xargs chmod 775"
|
sh -c "find . -type d | xargs chmod 775"
|
||||||
sh -c "find . -type d | xargs chmod +s"
|
sh -c "find . -type d | xargs chmod +s"
|
||||||
sh -c"umask 0002"
|
sh -c"umask 0002"
|
||||||
|
chmod +x fixperms.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user