mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix stash directory with spaces (#541)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user