Skip to content

Commit 8d3a475

Browse files
committed
fixed setfacl invocation
1 parent 0bcc16b commit 8d3a475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ If there are any issues, correct them now before moving on.
252252
.. code-block:: bash
253253
254254
$ APACHEUSER=`ps aux | grep -E '[a]pache|[h]ttpd' | grep -v root | head -1 | cut -d\ -f1`
255-
$ sudo setfacl -R -m u:$APACHEUSER:rwX -m u:`whoami`:rwX app/cache app/logs
256-
$ sudo setfacl -dR -m u:$APACHEUSER:rwX -m u:`whoami`:rwX app/cache app/logs
255+
$ sudo setfacl -R -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
256+
$ sudo setfacl -dR -m u:"$APACHEUSER":rwX -m u:`whoami`:rwX app/cache app/logs
257257

258258
**3. Without using ACL**
259259

0 commit comments

Comments
 (0)