This commit is contained in:
Girish Ramakrishnan
2018-12-09 12:04:51 -08:00
parent d43106b0af
commit 536b8166ce
+1 -1
View File
@@ -13,7 +13,7 @@ const NOOP_CALLBACK = function (error) { if (error) debug(error); };
const TASKS = { // indexed by task type
backup: backups.backupBoxAndApps,
updater: updater.update,
update: updater.update,
};
process.on('SIGTERM', function () {