Commit ba48d9ed authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner: start proxy before updating it....

parent 74ad5b19
...@@ -183,6 +183,7 @@ def updateProxy(config): ...@@ -183,6 +183,7 @@ def updateProxy(config):
Configure Slapos Node computer and partitions. Configure Slapos Node computer and partitions.
Send current Software Release to Slapproxy for compilation and deployment. Send current Software Release to Slapproxy for compilation and deployment.
""" """
startProxy(config)
if not os.path.exists(config['instance_root']): if not os.path.exists(config['instance_root']):
os.mkdir(config['instance_root']) os.mkdir(config['instance_root'])
slap = slapos.slap.slap() slap = slapos.slap.slap()
......
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