commit
e6ba87bda4
|
@ -52,7 +52,7 @@ public class TDNode {
|
||||||
public void start() {
|
public void start() {
|
||||||
String selfPath = System.getProperty("user.dir");
|
String selfPath = System.getProperty("user.dir");
|
||||||
String binPath = "";
|
String binPath = "";
|
||||||
String projDir = selfPath + "/../../../../";
|
String projDir = selfPath + "/../../../";
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ArrayList<String> taosdPath = new ArrayList<>();
|
ArrayList<String> taosdPath = new ArrayList<>();
|
||||||
|
@ -68,7 +68,7 @@ public class TDNode {
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
for(String p : taosdPath) {
|
for(String p : taosdPath) {
|
||||||
if(!p.contains("packing")) {
|
if(!p.contains("packaging")) {
|
||||||
binPath = p;
|
binPath = p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue