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

fix permissions on demokit conf refs #26945

parent 4e809967
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ def setup(interactive=True):
json.dump(c, f)
cmds.append('rsync -r mirisconf/ /etc/miris/conf')
cmds.append('chgrp -R video /etc/miris/conf')
cmds.append('chmod -R 774 /etc/miris/conf')
# start netcapture without hw accel
if subprocess.getstatusoutput("netcapturectl ls")[0] != 0:
print('Pulling netcapture image, please wait')
......
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