mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
fix setup-seafile-mysql root_conn.close
This commit is contained in:
@@ -1524,7 +1524,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