This commit is contained in:
alteredCoder 2022-04-19 14:27:59 +02:00
parent f8c320fd73
commit b30b795656

View file

@ -109,6 +109,7 @@ func (c *Config) LoadCrowdsec() error {
var crowdsecCleanup = []*string{
&c.Crowdsec.AcquisitionFilePath,
&c.Crowdsec.ConsoleContextPath,
}
for _, k := range crowdsecCleanup {
if *k == "" {