Fix some typos
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user