|
|
|
@ -511,6 +511,7 @@ func SetCustomPathAndConf(providedCustom, providedConf, providedWorkPath string)
|
|
|
|
|
CustomConf = path.Join(CustomPath, "conf/app.ini") |
|
|
|
|
} else if !filepath.IsAbs(CustomConf) { |
|
|
|
|
CustomConf = path.Join(CustomPath, CustomConf) |
|
|
|
|
log.Warn("Using 'custom' directory as relative origin for configuration file: '%s'", CustomConf) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|