give dummy callback to reboot

This commit is contained in:
Girish Ramakrishnan
2016-10-03 15:49:47 -07:00
parent 1e744c24f0
commit a2db4312b8

View File

@@ -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) {