fixes to installation and sequence of events in there

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-12 13:38:34 +02:00
parent cb3143e76d
commit 300db4602b
4 changed files with 79 additions and 51 deletions

View File

@@ -222,8 +222,14 @@ return [
'type' => 'textarea',
'value' => !empty($_SESSION['installation']['json_params']) ? Froxlor::getInstallDir() . "bin/froxlor-cli froxlor:config-services -a '" . $_SESSION['installation']['json_params'] . "' --yes-to-all" : "something went wrong...",
'readonly' => true,
'rows' => 1
'rows' => 3
],
'manual_config' => [
'label' => lng('install.install.manual_config'),
'type' => 'checkbox',
'value' => '1',
'checked' => old('manual_config', '0', 'installation'),
]
]
]
]