Update index.py

pull/597/head
Mr Chen 11 months ago
parent 0af1308b7d
commit ddad227ae9
  1. 2
      plugins/mysql-apt/index.py

@ -3496,7 +3496,7 @@ def installPreInspection(version):
def uninstallPreInspection(version): def uninstallPreInspection(version):
data_dir = getServerDir()+'/data/mysql' data_dir = getDataDir()
if os.path.exists(data_dir): if os.path.exists(data_dir):
stop(version) stop(version)

Loading…
Cancel
Save