Only add unchecked checklist items on fresh installs for the moment
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ async function install(app, args, progressCallback) {
|
||||
await downloadIcon(app);
|
||||
|
||||
await progressCallback({ percent: 25, message: 'Updating checklist' });
|
||||
await updateChecklist(app, app.manifest.checklist || {});
|
||||
await updateChecklist(app, app.manifest.checklist || {}, restoreConfig ? true : false);
|
||||
|
||||
if (!skipDnsSetup) {
|
||||
await progressCallback({ percent: 30, message: 'Registering subdomains' });
|
||||
|
||||
Reference in New Issue
Block a user