group read permissions

This commit is contained in:
Robin 2021-08-30 12:19:41 +02:00
parent 9f3d973c10
commit 558de16eda

View File

@ -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