Skip to content
Snippets Groups Projects
Commit ae6704d7 authored by Florent Thiery's avatar Florent Thiery
Browse files

edit the right netcapture conf file, refs #26945

parent fc56d61b
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ def setup(interactive=True): ...@@ -29,7 +29,7 @@ def setup(interactive=True):
subprocess.getstatusoutput("apt install -y vainfo") subprocess.getstatusoutput("apt install -y vainfo")
if subprocess.getstatusoutput("vainfo")[0] == 0: if subprocess.getstatusoutput("vainfo")[0] == 0:
# hw acceleration requires boot-time module options so a reboot will be needed # 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 = json.load(f)
c['enable_hw_acceleration'] = True c['enable_hw_acceleration'] = True
c['campusmanager_check_ssl'] = False c['campusmanager_check_ssl'] = False
......
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