store userdata.inc.php when cli-install is finished and passthru config-services command so output can be seen
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -182,6 +182,7 @@ final class InstallCommand extends Command
|
||||
// do actual install with data from $this->formfielddata
|
||||
$core = new Core($this->formfielddata);
|
||||
$core->doInstall();
|
||||
$core->createUserdataConf();
|
||||
}
|
||||
return $this->showStep(++$step, $extended);
|
||||
break;
|
||||
@@ -195,7 +196,7 @@ final class InstallCommand extends Command
|
||||
$cmdfield['value']
|
||||
]);
|
||||
if ($this->io->confirm('Execute command now?', false)) {
|
||||
exec($cmdfield['value']);
|
||||
passthru($cmdfield['value']);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user