fix dom0 updates

This commit is contained in:
Marek Marczykowski 2012-04-24 19:35:26 +02:00
parent 1e8f4b1569
commit 52df84877f

View File

@ -1218,7 +1218,7 @@ class VmManagerWindow(Ui_VmManagerWindow, QMainWindow):
def do_update_vm(self, vm, thread_monitor):
try:
if vm.qid == 0:
subprocess.check_call (["/usr/bin/qvm-dom0-update", "--gui"])
subprocess.check_call (["/usr/bin/qubes-dom0-update", "--gui"])
else:
vm.run("user:gpk-update-viewer", verbose=False, autostart=True)
except Exception as ex: