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

@@ -27,8 +27,8 @@ let appName;
function getControllerDir(isInstall) {
// Find the js-controller location
const possibilities = [
'iobroker.js-controller',
'ioBroker.js-controller',
'yunkong2.js-controller',
'yunkong2.js-controller',
];
/** @type {string} */
let controllerPath;