mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-19 21:15:25 +00:00
Use better permission masks for folders
This commit is contained in:
@@ -97,7 +97,7 @@ func (ts *Stream) run(start int32) error {
|
||||
segments_str := strings.Join(segments, ",")
|
||||
|
||||
outpath := ts.handle.getOutPath()
|
||||
err := os.MkdirAll(filepath.Dir(outpath), 0o644)
|
||||
err := os.MkdirAll(filepath.Dir(outpath), 0o755)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user