refactor: rename updater functions to have box in them

This commit is contained in:
Girish Ramakrishnan
2025-06-20 19:04:55 +02:00
parent d7fdfd6d71
commit 2db99e7807
6 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ const apptask = require('./apptask.js'),
const TASKS = { // indexed by task type
app: apptask.run,
backup: backuptask.fullBackup,
update: updater.update,
boxUpdate: updater.updateBox,
checkCerts: reverseProxy.checkCerts,
prepareDashboardLocation: dashboard.prepareLocation,
cleanBackups: backupCleaner.run,