User more appropriate permissions (755 -> 644)

This commit is contained in:
Stash Dev
2019-07-08 17:36:18 -07:00
parent f8e3692ee9
commit 82fcb72c51
4 changed files with 20 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ func Start() {
return
}
_ = os.Mkdir(downloads, 0755)
_ = os.Mkdir(downloads, 0644)
config.Set(config.Stash, stash)
config.Set(config.Generated, generated)