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