fix setup in freshinstall mode

This commit is contained in:
odain
2020-07-15 16:06:07 +02:00
parent d353d56e7b
commit 864572c02a
3 changed files with 81 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ CONF;
*/
public function testConfigWriteToFile_FromScratchInstallation()
{
clearstatcache();
$sConfigPath = utils::GetConfigFilePath();
$tmpSavePath = tempnam( '/tmp/', 'config-itop');