Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 9102979 commit aacd9b8Copy full SHA for aacd9b8
recipe/magento_2_1/files.php
@@ -17,7 +17,7 @@
17
task('files:static_assets', '{{bin/php}} {{magento_bin}} setup:static-content:deploy {{languages}} {{static_deploy_options}}');
18
task(
19
'files:permissions',
20
- 'cd {{magento_dir}} && chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento'
+ 'chmod -R g+w var vendor pub/static pub/media app/etc && chmod u+x bin/magento'
21
);
22
23
desc('Generate Magento Files');
0 commit comments