Fix #1781
This commit is contained in:
parent
45c333cf37
commit
aa9cd362e3
@ -176,7 +176,7 @@ public class DiskUtil {
|
||||
}
|
||||
|
||||
static public File heartBeatFile() {
|
||||
return new File(NACOS_HOME, "status/heartBeat.txt");
|
||||
return new File(NACOS_HOME, "status" + File.separator + "heartBeat.txt");
|
||||
}
|
||||
|
||||
static public String relativePath(String dataId, String group) {
|
||||
|
Loading…
Reference in New Issue
Block a user