mirror of
https://github.com/octoleo/restic.git
synced 2024-12-24 11:55:28 +00:00
restic-server: Create tmp folder
This commit is contained in:
parent
1cdbc8e1aa
commit
dd5680dab6
@ -28,6 +28,7 @@ func main() {
|
|||||||
"index",
|
"index",
|
||||||
"locks",
|
"locks",
|
||||||
"keys",
|
"keys",
|
||||||
|
"tmp",
|
||||||
}
|
}
|
||||||
for _, d := range dirs {
|
for _, d := range dirs {
|
||||||
os.MkdirAll(filepath.Join(*path, d), 0700)
|
os.MkdirAll(filepath.Join(*path, d), 0700)
|
||||||
|
Loading…
Reference in New Issue
Block a user