1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-09 16:37:23 +01:00
This commit is contained in:
Viktor Szépe
2024-07-21 13:01:25 +02:00
committed by GitHub
parent 2803d88894
commit cd959bc522
24 changed files with 42 additions and 42 deletions

View File

@@ -15,7 +15,7 @@ from exclusiveprocess import Lock
from utils import load_environment, shell, wait_for_service
def backup_status(env):
# If backups are dissbled, return no status.
# If backups are disabled, return no status.
config = get_backup_config(env)
if config["target"] == "off":
return { }