1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

Fix comment

This commit is contained in:
David Duque 2020-07-11 08:30:05 +01:00
parent af9ef186b3
commit 79e2398d71
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A

View File

@ -339,7 +339,8 @@ def perform_backup(full_backup, user_initiated=False):
# before the status checks might catch them down. See #381. # before the status checks might catch them down. See #381.
if user_initiated: if user_initiated:
# God forgive me for what I'm about to do # God forgive me for what I'm about to do
lock._release() # We don't need to restart the services lock._release()
# We don't need to wait for the services to be up in this case
else: else:
wait_for_service(25, True, env, 10) wait_for_service(25, True, env, 10)
wait_for_service(993, True, env, 10) wait_for_service(993, True, env, 10)