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 ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
workflow_run:
|
||||||
|
branches: [ master ]
|
||||||
|
workflows: [Update version file]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
2
run.py
2
run.py
@@ -263,7 +263,7 @@ def main(input_args):
|
|||||||
components = []
|
components = []
|
||||||
for section in config.sections():
|
for section in config.sections():
|
||||||
if section in ["general", "database", "mysql", "postgres",
|
if section in ["general", "database", "mysql", "postgres",
|
||||||
"certificate", "letsencrypt"]:
|
"certificate", "letsencrypt", "backup"]:
|
||||||
continue
|
continue
|
||||||
if (config.has_option(section, "enabled") and
|
if (config.has_option(section, "enabled") and
|
||||||
not config.getboolean(section, "enabled")):
|
not config.getboolean(section, "enabled")):
|
||||||
|
|||||||
Reference in New Issue
Block a user