File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ If there are any issues, correct them now before moving on.
110
110
a UNIX system, if your web server user is different from your command
111
111
line user, you can run the following commands just once in your project
112
112
to ensure that permissions will be setup properly. Change ``www-data ``
113
- to the web server user and `` yourname `` to your command line user:
113
+ to your web server user:
114
114
115
115
**1. Using ACL on a system that supports chmod +a **
116
116
@@ -123,7 +123,7 @@ If there are any issues, correct them now before moving on.
123
123
rm -rf app/logs/*
124
124
125
125
sudo chmod +a " www-data allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
126
- sudo chmod +a " yourname allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
126
+ sudo chmod +a " ` whoami ` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
127
127
128
128
**2. Using Acl on a system that does not support chmod +a **
129
129
You can’t perform that action at this time.
0 commit comments