From 38bb7a47a558e5d912037a7b891bace65134c92d Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 24 May 2020 18:29:15 +0200 Subject: [PATCH] [fix] execute wizard tasks --- app/modules/wizard.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/wizard.ts b/app/modules/wizard.ts index 53f8d3f95..f68f26447 100644 --- a/app/modules/wizard.ts +++ b/app/modules/wizard.ts @@ -48,6 +48,7 @@ module.exports = { if (!task) { throw "Unknown task"; } + await task(conf, program); // Check config await server.checkConfig(); await server.dal.saveConf(conf); -- GitLab