mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
N°9144 - Fix unattended install
This commit is contained in:
@@ -272,8 +272,14 @@ $bFoundIssues = false;
|
||||
$bInstall = utils::ReadParam('install', true, true /* CLI allowed */);
|
||||
if ($bInstall) {
|
||||
echo "Starting the unattended installation...\n";
|
||||
$oWizard = new ApplicationInstallSequencer($oParams);
|
||||
$oWizard = new DataAuditSequencer($oParams);
|
||||
$bRes = $oWizard->ExecuteAllSteps();
|
||||
|
||||
if ($bRes) {
|
||||
$oWizard = new ApplicationInstallSequencer($oParams);
|
||||
$bRes = $oWizard->ExecuteAllSteps();
|
||||
}
|
||||
|
||||
if (!$bRes) {
|
||||
echo "\nencountered installation issues!";
|
||||
$bFoundIssues = true;
|
||||
|
||||
Reference in New Issue
Block a user