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

[fix] command wizard network enable bma

parent 9fbe45d2
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ export const BmaDependency = {
'network': async (conf:NetworkConfDTO, program:any, logger:any) => {
await Q.nbind(networkConfiguration, null, conf, logger)()
conf.nobma = false
networkWizardDone = true;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment