Fix comment text

This commit is contained in:
Johannes Zellner
2018-11-25 17:02:29 +01:00
parent cb6699eeed
commit 289e018160
+2 -2
View File
@@ -33,10 +33,10 @@ function auditSource(req) {
}
function reboot(req, res, next) {
// Finish the request, to let the appstore know we triggered the restore it
// Finish the request, to let the appstore know we triggered the reboot
next(new HttpSuccess(202, {}));
cloudron.reboot(function () { });
cloudron.reboot(function () {});
}
function isRebootRequired(req, res, next) {