mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-23 20:37:42 +00:00
fix setup-seafile-mysql root_conn.close
This commit is contained in:
@@ -1566,7 +1566,8 @@ def main():
|
||||
|
||||
report_success()
|
||||
|
||||
db_config.root_conn.close()
|
||||
if db_config.root_conn:
|
||||
db_config.root_conn.close()
|
||||
|
||||
def report_success():
|
||||
message = '''\
|
||||
|
Reference in New Issue
Block a user