Commit d573d8b1 authored by Xavier Thompson's avatar Xavier Thompson

Add libnetworkcache in dev.py

parent edd18ba8
......@@ -179,6 +179,11 @@ def main(args):
show(package)
need_restart = need_restart or did_upgrade
package = 'slapos.libnetworkcache'
did_upgrade = check_upgrade(package)
show(package)
need_restart = need_restart or did_upgrade
if need_restart:
print("Restart")
sys.stdout.flush()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment