Update index.py

pull/515/head
Mr Chen 1 year ago
parent 8edd40393b
commit d17cc990fe
  1. 2
      plugins/mongodb/index.py

@ -94,7 +94,7 @@ def initDreplace():
os.mkdir(data_dir)
install_ok = getServerDir() + "/install.lock"
if os.path.exists(install_ok):
if os.path.exists(install_ok):
return file_bin
mw.writeFile(install_ok, 'ok')

Loading…
Cancel
Save