make backup progress work for per-app backups

This commit is contained in:
Girish Ramakrishnan
2017-09-28 11:12:12 -07:00
parent 404a019c56
commit 565c8445e1
5 changed files with 29 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ function getStatus(req, res, next) {
}
function getProgress(req, res, next) {
return next(new HttpSuccess(200, progress.get()));
return next(new HttpSuccess(200, progress.getAll()));
}
function reboot(req, res, next) {