v0.1.2
FIXED: * Missing reservation checker
This commit is contained in:
@@ -195,6 +195,7 @@ func SetCachePath(cacheDirPath string) (err error) {
|
||||
}
|
||||
|
||||
if cacheDirPath != oldPath {
|
||||
cacheDir = cacheDirPath
|
||||
if err = os.MkdirAll(cacheDir, cacheDirPerms); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user