Bugfix: when the user specify a cache-dir he is setting working AND storage directories
This commit is contained in:
@@ -209,6 +209,7 @@ public class Configuration {
|
||||
else {
|
||||
this.userSpecifiedACacheDir = true;
|
||||
this.workingDirectory = cache_dir_;
|
||||
this.storageDirectory = cache_dir_;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user