Fix initial shard dev

ryzomclassic-develop
kaetemi 3 years ago
parent 10fc562e07
commit b594606862
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -109,6 +109,7 @@ else:
mkPath(log, PatchmanDevDirectory)
cwDir = os.getcwd().replace("\\", "/")
os.chdir(PatchmanDevDirectory)
if os.path.isfile("log.log"):
os.remove("log.log")
subprocess.call([ PatchmanService, "-C.", "-L." ])
if os.path.isfile("log.log"):

Loading…
Cancel
Save