rename function to setupDashboarDnsAndCert

This commit is contained in:
Girish Ramakrishnan
2020-08-15 22:41:28 -07:00
parent 60a787ce3d
commit d1e14ed691
5 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ const TASKS = { // indexed by task type
backup: backups.backupBoxAndApps,
update: updater.update,
renewcerts: reverseProxy.renewCerts,
prepareDashboardDomain: domains.prepareDashboardDomain,
setupDashboardDnsAndCert: domains.setupDashboardDnsAndCert,
cleanBackups: backups.cleanup,
syncExternalLdap: externalLdap.sync,