From d17cc990fee761639f9df4e4e8f02327b56f9aeb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 12 Dec 2023 14:44:39 +0800 Subject: [PATCH] Update index.py --- plugins/mongodb/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')