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

fix rsync of netcapture conf demokit

parent 9e2d52fa
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,12 @@ def setup(interactive=True):
"ms_apikey": utils.get_conf('MS_API_KEY')
}
cmd_template = "./publish_zip_by_url.py -w https://{ms_url} -u %s -a {ms_apikey}".format(**options)
#https://192.168.43.72/api/v2/search/?search=medical
for c in CONTENT:
cmd = cmd_template % c
cmds.append(cmd)
cmds.append('rsync -r mirisconf /etc/miris/conf')
cmds.append('rsync -r mirisconf/ /etc/miris/conf')
cmds.append('netcapturectl add')
# try to enable hw accel if available
......
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