Bugfix: when the user specify a cache-dir he is setting working AND storage directories

This commit is contained in:
Laurent Clouet
2017-05-04 20:51:58 +02:00
parent e1bcbbdd7d
commit f6f21f1bb4

View File

@@ -209,6 +209,7 @@ public class Configuration {
else { else {
this.userSpecifiedACacheDir = true; this.userSpecifiedACacheDir = true;
this.workingDirectory = cache_dir_; this.workingDirectory = cache_dir_;
this.storageDirectory = cache_dir_;
} }
} }