Skip to content

Commit 5e7092f

Browse files
committed
Merge branch '2.4'
2 parents baa9759 + 6487c65 commit 5e7092f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

book/installation.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,10 @@ If there are any issues, correct them now before moving on.
249249
.. code-block:: bash
250250
251251
$ HTTPDUSER=`ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1`
252-
$ sudo setfacl -Rn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
253-
$ sudo setfacl -dRn -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
252+
$ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
253+
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
254+
255+
If this doesn't work, try adding ``-n`` option.
254256

255257
**3. Without using ACL**
256258

0 commit comments

Comments
 (0)