mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
✅ Add read right to "other" so www-data is able to read the configuration file after the tests
This commit is contained in:
@@ -47,7 +47,7 @@ class iTopConfigParserTest extends ItopTestCase
|
||||
@chmod($this->sConfigPath, 0770);
|
||||
$bRenameResult = rename($this->tmpSavePath, $this->sConfigPath);
|
||||
echo "Restored config file, result={$bRenameResult}";
|
||||
@chmod($this->sConfigPath, 0440);
|
||||
@chmod($this->sConfigPath, 0444);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user