mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix ignoring of DYNPKG_RELEASE variable in Configurator
This commit is contained in:
parent
d601c88f82
commit
8000b93f3e
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ class Configurator:
|
|||
"DOCKER_HOST",
|
||||
"SLAVE_MODE",
|
||||
"MASTER_MODE",
|
||||
"DYNPKG_RELEASE",
|
||||
)
|
||||
):
|
||||
self.__logger.warning(f"Ignoring variable {variable} : {err}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue