mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 12:20:06 +01:00
Create directory if dne
This commit is contained in:
parent
ad7f9d78a1
commit
66dcbd472d
1 changed files with 1 additions and 0 deletions
|
@ -251,6 +251,7 @@ object CommonSettings {
|
|||
base
|
||||
} else {
|
||||
// fresh install, so use the proper spot
|
||||
Files.createDirectories(full)
|
||||
full
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue