From 2c3244766bdf39abf33cbcdd6b757a28d56219b2 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Tue, 14 Nov 2017 18:38:07 +0100
Subject: [PATCH] [fix] command wizard network enable bma

---
 app/modules/bma/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/modules/bma/index.ts b/app/modules/bma/index.ts
index d9b4c2d02..9dc1beaac 100644
--- a/app/modules/bma/index.ts
+++ b/app/modules/bma/index.ts
@@ -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;
       },
 
-- 
GitLab