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

fix typo

parent 212ca656
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,11 @@ def setup(interactive=True):
with open('/etc/miris/netcapture.json', 'w') as f:
json.dump(c, f)
cmds.extend(
cmds.extend([
'rsync -r mirisconf/ /etc/miris/conf',
'chgrp -R video /etc/miris/conf',
'chmod -R 774 /etc/miris/conf',
)
])
if subprocess.getstatusoutput("netcapturectl ls")[0] != 0:
# start netcapture without hw accel
cmds.append('netcapturectl add')
......
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