Skip to content
Snippets Groups Projects
Commit 52456455 authored by Éloïs's avatar Éloïs
Browse files

Merge branch 'fix/exec-wizard-tasks' into 'dev'

[fix] execute wizard tasks

See merge request !1316
parents 74315614 38bb7a47
No related branches found
No related tags found
1 merge request!1316[fix] execute wizard tasks
...@@ -48,6 +48,7 @@ module.exports = { ...@@ -48,6 +48,7 @@ module.exports = {
if (!task) { if (!task) {
throw "Unknown task"; throw "Unknown task";
} }
await task(conf, program);
// Check config // Check config
await server.checkConfig(); await server.checkConfig();
await server.dal.saveConf(conf); await server.dal.saveConf(conf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment