refactor: rename updater functions to have box in them
This commit is contained in:
@@ -181,7 +181,7 @@ async function initialize() {
|
||||
await safe(reverseProxy.writeDefaultConfig({ activated: false }), { debug }); // ok to fail if no disk space
|
||||
}
|
||||
|
||||
await updater.notifyUpdate();
|
||||
await updater.notifyBoxUpdate();
|
||||
|
||||
if (await users.isActivated()) safe(onActivated({ skipDnsSetup: false }), { debug }); // run in background
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user