mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix permissions for folders
This commit is contained in:
@@ -119,7 +119,7 @@ func Start() {
|
||||
return
|
||||
}
|
||||
|
||||
_ = os.Mkdir(downloads, 0644)
|
||||
_ = os.Mkdir(downloads, 0755)
|
||||
|
||||
config.Set(config.Stash, stash)
|
||||
config.Set(config.Generated, generated)
|
||||
|
||||
Reference in New Issue
Block a user