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 56722a7 + 83414b6 commit f6e6c2cCopy full SHA for f6e6c2c
src/MagentoHackathon/Composer/Magento/Installer.php
@@ -503,7 +503,7 @@ public function prepareMagentoCore() {
503
protected function setMagentoPermissions() {
504
foreach ($this->_magentoWritableDirs as $dir) {
505
if (!file_exists($this->getTargetDir() . DIRECTORY_SEPARATOR . $dir)) {
506
- mkdir($this->getTargetDir() . DIRECTORY_SEPARATOR . $dir);
+ mkdir($this->getTargetDir() . DIRECTORY_SEPARATOR . $dir, 0777, true);
507
}
508
$this->setPermissions($this->getTargetDir() . DIRECTORY_SEPARATOR . $dir, 0777, 0666);
509
0 commit comments