Merge pull request #766 from electerious/develop

* Change the infamous `chmod 777` for something more sensible
pull/771/head
Fly Man 6 years ago
parent f53ad85ca1
commit 878ecd0e32
No known key found for this signature in database
GPG Key ID: 2DDA5DB4F6486124

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