[mysql] Add check

This commit is contained in:
Alexander Trofimov
2020-10-12 18:45:03 +03:00
parent dbdd9ffa86
commit 58fb421e24

View File

@ -56,7 +56,8 @@ try:
install_args += ['--mysql-path', unicode(checksResult.mysqlPath)]
code = libwindows.sudo(unicode(sys.executable), install_args)
checMySQL = check.check_MySQLConfig(checksResult.mysqlPath)
if not check.check_MySQLConfig(checksResult.mysqlPath):
sys.exit()
platform = base.host_platform()
if ("windows" == platform):