Commit 1175e2b1 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Remove one extra start of slapgrid-cp on start-up

parent 2d00277a
...@@ -144,7 +144,6 @@ def serve(config): ...@@ -144,7 +144,6 @@ def serve(config):
os.mkdir(workdir) os.mkdir(workdir)
if not os.path.exists(software_link): if not os.path.exists(software_link):
os.mkdir(software_link) os.mkdir(software_link)
runInstanceWithLock(app.config)
slapos.runner.process.setHandler() slapos.runner.process.setHandler()
runInstanceWithLock(app.config) runInstanceWithLock(app.config)
app.run(host=config.runner_host, port=int(config.runner_port), app.run(host=config.runner_host, port=int(config.runner_port),
......
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