Make new directory permissions to 0777

pull/3681/head
Harry Schilling 2025-01-19 00:04:53 +01:00
parent e92dbb4bb8
commit eafc63fa2c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import (
)
const PermFile = 0644
const PermDir = 0755
const PermDir = 0777
var (
reSubDirs = regexp.MustCompile("(?i)^sub(s|titles)$")