diff --git a/plugins/mongodb/index.py b/plugins/mongodb/index.py index 3c810e121..673f42a83 100755 --- a/plugins/mongodb/index.py +++ b/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')