Replace dataroot module with BinDir and DataDir on instance, adapt modules
This commit is contained in:
@@ -197,7 +197,7 @@ func (profile *Profile) parseConfig() error {
|
||||
if ok {
|
||||
profile.filterListIDs, err = filterlists.ResolveListIDs(list)
|
||||
if err != nil {
|
||||
lastErr = err
|
||||
log.Warningf("profiles: failed to resolve filter list IDs: %s", err)
|
||||
} else {
|
||||
profile.filterListsSet = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user