Merge pull request #766 from electerious/develop
* Change the infamous `chmod 777` for something more sensible
This commit is contained in:
parent
f53ad85ca1
commit
878ecd0e32
@ -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.
|
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
|
### 4. Finish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user