mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Adjustments for post update
This commit is contained in:
parent
e5c30c67f1
commit
d035fce0ac
@ -53,6 +53,8 @@ class PostUpdate extends Command
|
||||
info("I wasn't able to migrate the data.");
|
||||
}
|
||||
|
||||
info("finished migrating");
|
||||
|
||||
putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer');
|
||||
|
||||
$input = new ArrayInput(['command' => 'install', '--no-dev' => 'true']);
|
||||
@ -61,6 +63,8 @@ class PostUpdate extends Command
|
||||
$output = new BufferedOutput();
|
||||
$application->run($input, $output);
|
||||
|
||||
info("finished running composer install ");
|
||||
|
||||
info(print_r($output->fetch(), 1));
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user