group read permissions
This commit is contained in:
parent
9f3d973c10
commit
558de16eda
@ -31,8 +31,8 @@ else
|
||||
web.config.example \
|
||||
uploads/placeholder.txt
|
||||
# fix permissions
|
||||
find . -type d -exec chmod 700 {} \;
|
||||
find . -type f -exec chmod 600 {} \;
|
||||
find . -type d -exec chmod 750 {} \;
|
||||
find . -type f -exec chmod 640 {} \;
|
||||
set +x
|
||||
echo "Done!"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user