mirror of
https://github.com/datarhei/core.git
synced 2025-10-30 02:51:54 +08:00
Add the process domain to the bas path in placeholders and cleanup rules
This commit is contained in:
@@ -721,6 +721,10 @@ func (r *restream) setCleanup(id app.ProcessID, config *app.Config) {
|
||||
continue
|
||||
}
|
||||
|
||||
if len(config.Domain) != 0 {
|
||||
path = filepath.Join(config.Domain, path)
|
||||
}
|
||||
|
||||
// Support legacy names
|
||||
if name == "diskfs" {
|
||||
name = "disk"
|
||||
|
||||
Reference in New Issue
Block a user