forked from TrueCloudLab/restic
restic-server: Create tmp folder
This commit is contained in:
parent
1cdbc8e1aa
commit
dd5680dab6
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ func main() {
|
|||
"index",
|
||||
"locks",
|
||||
"keys",
|
||||
"tmp",
|
||||
}
|
||||
for _, d := range dirs {
|
||||
os.MkdirAll(filepath.Join(*path, d), 0700)
|
||||
|
|
Loading…
Reference in a new issue