Make new directory permissions to 0777
This commit is contained in:
parent
e92dbb4bb8
commit
eafc63fa2c
@ -28,7 +28,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const PermFile = 0644
|
const PermFile = 0644
|
||||||
const PermDir = 0755
|
const PermDir = 0777
|
||||||
|
|
||||||
var (
|
var (
|
||||||
reSubDirs = regexp.MustCompile("(?i)^sub(s|titles)$")
|
reSubDirs = regexp.MustCompile("(?i)^sub(s|titles)$")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user