fix: files and directories are created with the correct permissions (#2966)
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
"github.com/filebrowser/filebrowser/v2/rules"
|
||||
)
|
||||
|
||||
const PermFile = 0664
|
||||
const PermFile = 0644
|
||||
const PermDir = 0755
|
||||
|
||||
// FileInfo describes a file.
|
||||
|
||||
Reference in New Issue
Block a user