Fix #515
This commit is contained in:
5
.github/workflows/installer.yml
vendored
5
.github/workflows/installer.yml
vendored
@@ -5,6 +5,11 @@ on:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
workflow_run:
|
||||
branches: [ master ]
|
||||
workflows: [Update version file]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
2
run.py
2
run.py
@@ -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")):
|
||||
|
||||
Reference in New Issue
Block a user