Fix some typos

This commit is contained in:
Girish Ramakrishnan
2024-01-30 11:52:59 +01:00
parent bfbc41d5a7
commit 176baa075f
2 changed files with 4 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ async function startInfra(restoreOptions) {
}
async function initialize() {
debug('initializing platform');
debug('initialize: start platform');
await database.initialize();
await tasks.stopAllTasks();
@@ -232,6 +232,8 @@ async function onActivated(restoreOptions) {
// the UI some time to query the dashboard domain in the restore code path
if (!constants.TEST) await timers.setTimeout(30000);
await reverseProxy.writeDefaultConfig({ activated :true });
debug('onActivated: finished');
}
async function onDeactivated() {