give dummy callback to reboot
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user