mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #1137 : Phrasea install fails on step 5
This commit is contained in:
@@ -137,6 +137,8 @@ class ApplicationSpecification implements Specification
|
||||
, $this->getConfigurationsPathFile()
|
||||
);
|
||||
|
||||
touch($this->getBinariesPathFile());
|
||||
|
||||
if (function_exists('chmod')) {
|
||||
chmod($this->getConnexionsPathFile(), 0700);
|
||||
chmod($this->getConfigurationsPathFile(), 0700);
|
||||
|
Reference in New Issue
Block a user