Add message about completed update

This commit is contained in:
Arthur Schiwon 2013-07-17 17:32:43 +02:00
parent 2656ac9eeb
commit a8dfee04b8
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ if(OC::checkUpgrade(false)) {
});
$updater->listen('\OC\Updater', 'maintenanceEnd', function () use ($br) {
echo 'Turned off maintenance mode'.$br;
echo 'Update successful'.$br;
});
$updater->listen('\OC\Updater', 'dbUpgrade', function () use ($br) {
echo 'Updated database'.$br;