Update index.py

pull/597/head
Mr Chen 11 months ago
parent b9e1e33dc8
commit 1db88e3343
  1. 2
      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()

Loading…
Cancel
Save