1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-19 21:01:31 +00:00

[MySQL] Remove container startup delay

This commit is contained in:
FreddleSpl0it
2025-05-23 09:50:28 +02:00
parent eb7d2628ac
commit a6e13daa8c

View File

@@ -19,7 +19,6 @@ class BootstrapMysql(BootstrapBase):
self.upgrade_mysql(dbuser, dbpass, socket)
print("Checking timezone support with CONVERT_TZ...")
self.check_and_import_timezone_support(dbuser, dbpass, socket)
time.sleep(15)
print("Shutting down temporary mysqld...")
self.close_mysql()