mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
fix get branding from env
Fixes #895 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
b3ca20b5e6
commit
5610b98d19
1 changed files with 1 additions and 0 deletions
|
@ -1540,6 +1540,7 @@ func getHTTPDNestedObjectsFromEnv(idx int, binding *httpd.Binding) bool {
|
|||
brandingConf, ok := getHTTPDBrandingFromEnv(idx)
|
||||
if ok {
|
||||
binding.Branding = brandingConf
|
||||
isSet = true
|
||||
}
|
||||
|
||||
return isSet
|
||||
|
|
Loading…
Reference in a new issue