Only add unchecked checklist items on fresh installs for the moment

This commit is contained in:
Johannes Zellner
2024-09-16 13:46:19 +02:00
parent f59b9e1b5f
commit 1b810ec74f
+1 -1
View File
@@ -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' });