fix(install): writable config file
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Florian Schmitt 2025-01-24 17:33:22 +03:00
parent 7cb482c25e
commit 84908174da

View file

@ -374,6 +374,7 @@ function copyYesWikiFiles($domain, $user, $dbUser, $herseUser = null, $hersePass
exec($sudo . 'rm -rf ' . $destDir . '/doryphore');
unlink($tmpFile);
createWakkaConfig($domain, $user, $dbUser);
exec('chown '.$user.':'.$user.' '.$destDir . '/wakka.config.php');
runMigrations($sudo, $destDir);
return;
}