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

add waiting message upon first pull

parent c505715a
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ def setup(interactive=True):
cmds.append('rsync -r mirisconf/ /etc/miris/conf')
# start netcapture without hw accel
if subprocess.getstatusoutput("netcapturectl ls") != 0:
print('Pulling netcapture image, please wait')
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