mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fixed erroneous error in mkdir
This commit is contained in:
parent
4b47c534f6
commit
2218cf373a
@ -237,7 +237,7 @@ public class DockerMetricsHelper {
|
||||
if( dir.canRead()){
|
||||
System.out.println("no read access");
|
||||
}
|
||||
System.out.println("Could not create directory "+ userHome + "/.nosqlbench/prometheus");
|
||||
System.out.println("Could not create directory " + dir.getPath());
|
||||
System.out.println("fix directory permissions to run --docker-metrics");
|
||||
System.exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user