iobroker.js-controller 7.0.4 → 7.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/cjs/main.js CHANGED
@@ -4110,7 +4110,7 @@ async function startUpgradeManager(options) {
4110
4110
  stdio: "ignore"
4111
4111
  });
4112
4112
  } else {
4113
- upgradeProcess = (0, import_node_child_process.spawn)(process.execPath, [upgradeProcessPath, version2, adminInstance.toString()], {
4113
+ upgradeProcess = (0, import_node_child_process.spawn)(process.execPath, [upgradeProcessPath, version2, adminInstance.toString(), uid.toString(), gid.toString()], {
4114
4114
  detached: true,
4115
4115
  stdio: "ignore"
4116
4116
  });