mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-28 10:21:23 +00:00
Handle failed installs
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user