mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Fix
This commit is contained in:
@ -120,30 +120,3 @@ def check_dependencies():
|
||||
|
||||
return final_dependence
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -77,9 +77,7 @@ for item in configOptions["remove-path"]:
|
||||
if (base.is_dir(item) == True):
|
||||
shutil.rmtree(item)
|
||||
for item in configOptions["install"]:
|
||||
if (item == 'MySQLDatabase' or item == 'MySQLEncrypt'):
|
||||
installingProgram(item, configOptions["mysql-path"])
|
||||
elif (item == 'MySQLServer'):
|
||||
if (item == 'MySQLServer'):
|
||||
installMySQLServer()
|
||||
else:
|
||||
installingProgram(item)
|
||||
|
||||
Reference in New Issue
Block a user