Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathologic authored Dec 16, 2023
1 parent 616eed2 commit 0f3d938
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/src/Console/SiteUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ public function startUpdate()
}
}
}
putenv('COMPOSER_HOME=' . EVO_CORE_PATH . 'composer');
$input = new ArrayInput(array('command' => 'update'));
$application = new Application();
$application->setAutoExit(false);

if (!$application->run($input)) {
echo "Run Migrations\n";
exec('php ../install/cli-install.php --typeInstall=2 --removeInstall=y');
Expand Down

0 comments on commit 0f3d938

Please sign in to comment.