mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
fix(Setup): Ensure instanceid is generated during installation
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
e40ac64248
commit
7af57bedcc
1 changed files with 3 additions and 0 deletions
|
|
@ -388,6 +388,9 @@ class Setup {
|
|||
|
||||
$this->config->setValues($newConfigValues);
|
||||
|
||||
// Ensure instanceid is generated during the installation.
|
||||
\OC_Util::getInstanceId();
|
||||
|
||||
$this->outputDebug($output, 'Configuring database');
|
||||
$dbSetup->initialize($options);
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue