mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[mysql] Add check
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user