Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1853fea

Browse files
committed
bugsymfony#3716 Fix issuesymfony#3712 (umpirsky)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closessymfony#3716).Discussion----------Fix issuesymfony#3712Commits-------90f0a1f Alternative -n option4446902 Fix issuesymfony#3712
2 parents80d70a4 +5e2e8ef commit1853fea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎book/installation.rst

Lines changed: 4 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp