mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
Added config infrastructure for the new loaders
This commit is contained in:
committed by
Dan Christian Bogos
parent
3a07459d92
commit
a2f44c3303
File diff suppressed because one or more lines are too long
@@ -709,6 +709,7 @@ func (l *loader) moveUnprocessedFiles() (err error) {
|
||||
if err = os.Rename(pathIn, path.Join(l.ldrCfg.TpOutDir, f.Name())); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user