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