ioBroker/ioBroker.node-red

Wrong userDir on non-Zero instaces in 4.0.1

volkerrichert opened this issue · 2 comments

in Line 81 of main js

userDataDir += path.join(utils.getAbsoluteDefaultDataDir(),node-red.${adapter.instance}) + path.sep;

the dir ist added a second time, which will result in an crash. the "+=" hast to be "="

Volker

Thank you! v4.0.2 on it's way with the fix