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

fix rsync of netcapture conf, refs #27901

parent edaf6731
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ def setup(interactive=True): ...@@ -19,7 +19,7 @@ def setup(interactive=True):
'msinstaller.py msuser add', 'msinstaller.py msuser add',
folders_remove_cmd, folders_remove_cmd,
'apt-get install -y python3-miris-netcapture --reinstall', 'apt-get install -y python3-miris-netcapture --reinstall',
'rsync -r mirisconf/ /etc/miris/conf', 'rsync -r ../1.Deploy_demokit/mirisconf/ /etc/miris/conf',
'chgrp -R video /etc/miris/conf', 'chgrp -R video /etc/miris/conf',
'chmod -R 774 /etc/miris/conf', 'chmod -R 774 /etc/miris/conf',
'netcapturectl restart all', 'netcapturectl restart all',
......
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