Closed mcm1957 closed 1 year ago
dir =${utils.controllerDir}/${adapter.systemConfig.dataDir}${adapter.namespace.replace('.', '_')}/; should be replaced.
dir =
;
See: https://github.com/ioBroker/ioBroker.js-controller/issues/1999
fixed with 2.1.13
dir =
${utils.controllerDir}/${adapter.systemConfig.dataDir}${adapter.namespace.replace('.', '_')}/;
should be replaced.See: https://github.com/ioBroker/ioBroker.js-controller/issues/1999