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/esm/main.js CHANGED
@@ -4940,7 +4940,7 @@ async function startUpgradeManager(options) {
4940
4940
  });
4941
4941
  }
4942
4942
  else {
4943
- upgradeProcess = spawn(process.execPath, [upgradeProcessPath, version, adminInstance.toString()], {
4943
+ upgradeProcess = spawn(process.execPath, [upgradeProcessPath, version, adminInstance.toString(), uid.toString(), gid.toString()], {
4944
4944
  detached: true,
4945
4945
  stdio: 'ignore',
4946
4946
  });