From 878ecd0e329b41670c2544eb43c957c54da91635 Mon Sep 17 00:00:00 2001 From: Fly Man Date: Sat, 24 Feb 2018 00:40:13 +0100 Subject: [PATCH] Merge pull request #766 from electerious/develop * Change the infamous `chmod 777` for something more sensible --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index aa64dd2..ca5e750 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -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