mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Ignore DYNPKG_RELEASE variable in Configurator
This commit is contained in:
parent
abf392729c
commit
7f0356c098
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ class Configurator:
|
|||
"SERVER_SOFTWARE",
|
||||
"NAMESPACE",
|
||||
"TZ",
|
||||
"DYNPKG_RELEASE",
|
||||
)
|
||||
):
|
||||
self.__logger.warning(f"Ignoring variable {variable} : {err} - {value = !r}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue