Change the infamous `chmod 777` for something more sensible

`chmod 777` are evil. You don't want to grant anyone who has a shell on
your machine the right to see and edit your data.
pull/766/head
jvoisin 6 years ago
parent 8b2c07861d
commit 46f9364caa

@ -27,7 +27,7 @@ You can also use the [direct download](https://github.com/electerious/Lychee/arc
Change the permissions of `uploads/`, `data/` and all their subfolders. Sufficient read/write privileges are required.
chmod -R 777 uploads/ data/
chmod -R 750 uploads/ data/
### 4. Finish

Loading…
Cancel
Save