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

[fix] execute wizard tasks

parent 74315614
No related branches found
No related tags found
1 merge request!1316[fix] execute wizard tasks
......@@ -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);
......
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