mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 14:04:51 +02:00
Fix stash directory with spaces (#541)
This commit is contained in:
parent
93d6cc43c5
commit
7fd9428cbb
1 changed files with 2 additions and 1 deletions
|
|
@ -230,7 +230,8 @@ func Start() {
|
|||
|
||||
_ = os.Mkdir(downloads, 0755)
|
||||
|
||||
config.Set(config.Stash, stash)
|
||||
// #536 - set stash as slice of strings
|
||||
config.Set(config.Stash, []string{stash})
|
||||
config.Set(config.Generated, generated)
|
||||
config.Set(config.Metadata, metadata)
|
||||
config.Set(config.Cache, cache)
|
||||
|
|
|
|||
Loading…
Reference in a new issue