mirror of
https://github.com/restic/restic.git
synced 2025-12-03 21:51:47 +00:00
restic-server: Fix folder permissions
This commit is contained in:
@@ -30,7 +30,7 @@ func main() {
|
||||
"keys",
|
||||
}
|
||||
for _, d := range dirs {
|
||||
os.MkdirAll(filepath.Join(*path, d), 0600)
|
||||
os.MkdirAll(filepath.Join(*path, d), 0700)
|
||||
}
|
||||
|
||||
// Define the routes
|
||||
|
||||
Reference in New Issue
Block a user