Fix #1137 : Phrasea install fails on step 5

This commit is contained in:
Romain Neutron
2013-04-02 23:00:13 +02:00
parent 532064bc43
commit 06c2e45b74
3 changed files with 16 additions and 8 deletions

View File

@@ -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);