Remove more files

This commit is contained in:
Robin 2021-10-31 11:00:11 +01:00
parent 16fa0a6e60
commit 3171925c3d

View File

@ -27,7 +27,10 @@ else
nginx.example \
README.md \
web.config.example \
uploads/placeholder.txt
uploads/placeholder.txt \
LICENSE.txt \
SECURITY.md \
phpstan.neon
# fix permissions
chown -R www-data:www-data /data
find . -type d -exec chmod 750 {} \;