aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Console.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Console.py')
-rw-r--r--lib/python/Screens/Console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Console.py b/lib/python/Screens/Console.py
index 17d706f5..dbe2fe9e 100644
--- a/lib/python/Screens/Console.py
+++ b/lib/python/Screens/Console.py
@@ -33,7 +33,7 @@ class Console(Screen):
def startRun(self):
self["text"].setText(_("Execution Progress:") + "\n\n")
- self.container.execute("ipkg update")
+ self.container.execute(self.cmdlist[self.run])
def runFinished(self, retval):
self.run += 1