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

only add one netcapture, refs #26945

parent eed4a649
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ def setup(interactive=True):
json.dump(c, f)
cmds.append('rsync -r mirisconf/ /etc/miris/conf')
cmds.append('netcapturectl add')
if subprocess.getstatusoutput("netcapturectl ls") != 0:
cmds.append('netcapturectl add')
utils.run_commands(cmds)
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