Skip to content

Commit fefd57a

Browse files
umpirskyweaverryan
authored andcommitted
Fix issue symfony#3712
1 parent 80d70a4 commit fefd57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ If there are any issues, correct them now before moving on.
248248

249249
.. code-block:: bash
250250
251-
$ 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
251+
$ APACHEUSER=`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 -R -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
253+
$ sudo setfacl -dR -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
254254

255255
**3. Without using ACL**
256256

0 commit comments

Comments
 (0)