From a2e8f1edfb4c4538be699a8807e34d8c6db66a3d Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 1 Aug 2022 00:14:02 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index f165bac18..e4576f9b2 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -1995,6 +1995,7 @@ def doFullSync(): writeDbSyncStatus({'code': 6, 'msg': '从库重启完成...', 'progress': 100}) os.system("rm -rf " + SSH_PRIVATE_KEY) + os.system("rm -rf /tmp/dump.sql") return True