mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add message about completed update
This commit is contained in:
parent
2656ac9eeb
commit
a8dfee04b8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue