diff --git a/src/routes/cloudron.js b/src/routes/cloudron.js index 5dc3a78e3..5eb547aef 100644 --- a/src/routes/cloudron.js +++ b/src/routes/cloudron.js @@ -116,7 +116,7 @@ function reboot(req, res, next) { // Finish the request, to let the appstore know we triggered the restore it next(new HttpSuccess(202, {})); - cloudron.reboot(); + cloudron.reboot(function () { }); } function migrate(req, res, next) {