We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3679af + 675634c commit 1b91ecaCopy full SHA for 1b91eca
recipe/magento_2_1/files.php
@@ -14,8 +14,7 @@
14
task('files:static_assets', '{{bin/php}} {{magento_bin}} setup:static-content:deploy {{languages}} {{static_deploy_options}}');
15
task(
16
'files:permissions',
17
- 'cd {{magento_dir}} && find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \; ' .
18
- '&& find var vendor pub/static pub/media app/etc -type d -exec chmod g+w {} \; && chmod u+x bin/magento'
+ 'cd {{magento_dir}} && chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento'
19
);
20
21
desc('Generate Magento Files');
0 commit comments