From 1db88e33436f8e09c04c5b74e98621cbeabab946 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 10 Jun 2024 02:46:11 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-yum/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-yum/index.py b/plugins/mysql-yum/index.py index 7e0994cdd..0bf72c218 100755 --- a/plugins/mysql-yum/index.py +++ b/plugins/mysql-yum/index.py @@ -3361,7 +3361,7 @@ def uninstallPreInspection(version): if __name__ == "__main__": func = sys.argv[1] - version = "5.6" + version = '5.6' version_pl = getServerDir() + "/version.pl" if os.path.exists(version_pl): version = mw.readFile(version_pl).strip()