Commit 71777fc0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: do not delete proxy.db on each run software

parent 37bce273
......@@ -247,7 +247,6 @@ def runSoftwareWithLock(config):
if not os.path.exists(config['software_root']):
os.mkdir(config['software_root'])
stopProxy(config)
removeProxyDb(config)
startProxy(config)
logfile = open(config['software_log'], 'w')
if not updateProxy(config):
......
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