fix config bug
This commit is contained in:
parent
9e658974d9
commit
0eb09ecaf9
1 changed files with 2 additions and 0 deletions
|
|
@ -189,6 +189,8 @@ func (cfg *Config) SetDefaults() {
|
|||
cfg.RootData = strings.TrimPrefix(cfg.RootData, "file://")
|
||||
cfg.RootUI = strings.TrimPrefix(cfg.RootUI, "fs://")
|
||||
cfg.RootUI = strings.TrimPrefix(cfg.RootUI, "file://")
|
||||
cfg.RootLib = strings.TrimPrefix(cfg.RootLib, "fs://")
|
||||
cfg.RootLib = strings.TrimPrefix(cfg.RootLib, "file://")
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue