mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 00:17:07 +08:00
Fix correct output of purge_on_delete value
This commit is contained in:
@@ -178,6 +178,7 @@ func (cfg *ProcessConfig) Unmarshal(c *app.Config) {
|
|||||||
Pattern: c.Pattern,
|
Pattern: c.Pattern,
|
||||||
MaxFiles: c.MaxFiles,
|
MaxFiles: c.MaxFiles,
|
||||||
MaxFileAge: c.MaxFileAge,
|
MaxFileAge: c.MaxFileAge,
|
||||||
|
PurgeOnDelete: c.PurgeOnDelete,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user