diff --git a/packages/base/all/vendor-config-onl/src/python/onl/install/SystemInstall.py b/packages/base/all/vendor-config-onl/src/python/onl/install/SystemInstall.py index b8c353a7..25d51928 100644 --- a/packages/base/all/vendor-config-onl/src/python/onl/install/SystemInstall.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/install/SystemInstall.py @@ -32,7 +32,8 @@ class UpgradeHelper(Upgrader): def _runInitrdShell(self, p): if self.callback is not None: - self.callback(self, p) + return self.callback(self, p) + return 0 class App(SubprocessMixin):