Commit 8222639
committed
bug #6292 Fix setting permission for var subdirectories (voda)
This PR was merged into the 3.0 branch.
Discussion
----------
Fix setting permission for var subdirectories
Subdirectories are created before the chmod command is executed, so ACL wouldn't be set on them an webserver would complain that it cant write to them.
Bug introduced in 14d2afb
Commits
-------
dbee0df Fix setting permission for var subdirectories1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments