This commit is contained in:
Antoine Nguyen
2024-04-26 13:46:08 +02:00
parent 4f4915983e
commit 46a19d08e5
2 changed files with 6 additions and 1 deletions

2
run.py
View File

@@ -263,7 +263,7 @@ def main(input_args):
components = []
for section in config.sections():
if section in ["general", "database", "mysql", "postgres",
"certificate", "letsencrypt"]:
"certificate", "letsencrypt", "backup"]:
continue
if (config.has_option(section, "enabled") and
not config.getboolean(section, "enabled")):