This commit is contained in:
2018-09-22 00:11:56 +08:00
parent 5a308ad8ba
commit 09756d7309
10 changed files with 33 additions and 33 deletions

View File

@@ -415,7 +415,7 @@ function clearControllerLog() {
}
function clearDB() {
var dirPath = rootDir + 'tmp/iobroker-data/sqlite';
var dirPath = rootDir + 'tmp/yunkong2-data/sqlite';
var files;
try {
if (fs.existsSync(dirPath)) {