Skip to content

Commit

Permalink
Update writable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored Jan 13, 2022
1 parent 06be0ce commit a616c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/writable.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
// Change group ownership.
// -L traverse every symbolic link to a directory encountered
run("$sudo chgrp -H $recursive {{http_group}} $dirs");
run("$sudo chmod g+rwx $dirs");
run("$sudo chmod $recursive g+rwx $dirs");
} elseif ($mode === 'chmod') {
run("$sudo chmod $recursive {{writable_chmod_mode}} $dirs");
} elseif ($mode === 'acl') {
Expand Down

0 comments on commit a616c9e

Please sign in to comment.