From ae6704d76df371816c8c980515f55080cbf550ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Wed, 23 Jan 2019 18:08:22 +0100
Subject: [PATCH] edit the right netcapture conf file, refs #26945

---
 5.MediaServer/3.Deploy_demokit/0_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/5.MediaServer/3.Deploy_demokit/0_setup.py b/5.MediaServer/3.Deploy_demokit/0_setup.py
index bd607a11..4d2d4634 100644
--- a/5.MediaServer/3.Deploy_demokit/0_setup.py
+++ b/5.MediaServer/3.Deploy_demokit/0_setup.py
@@ -29,7 +29,7 @@ def setup(interactive=True):
     subprocess.getstatusoutput("apt install -y vainfo")
     if subprocess.getstatusoutput("vainfo")[0] == 0:
         # hw acceleration requires boot-time module options so a reboot will be needed
-        with open('/etc/miris/netcapture.json.example', 'r+') as f:
+        with open('/etc/miris/netcapture.json', 'r+') as f:
             c = json.load(f)
             c['enable_hw_acceleration'] = True
             c['campusmanager_check_ssl'] = False
-- 
GitLab