mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
fix get branding from env
Fixes #895 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -1538,6 +1538,7 @@ func getHTTPDNestedObjectsFromEnv(idx int, binding *httpd.Binding) bool {
|
||||
brandingConf, ok := getHTTPDBrandingFromEnv(idx)
|
||||
if ok {
|
||||
binding.Branding = brandingConf
|
||||
isSet = true
|
||||
}
|
||||
|
||||
return isSet
|
||||
|
||||
Reference in New Issue
Block a user