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):
Configure Slapos Node computer and partitions.
Send current Software Release to Slapproxy for compilation and deployment.
"""
startProxy(config)
if not os.path.exists(config['instance_root']):
os.mkdir(config['instance_root'])
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