mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-06-20 11:08:40 +00:00
[fix] starting virtmanager with correct hypervisor uri
This commit is contained in:
parent
4ce9b6ee86
commit
0823b2f028
1 changed files with 1 additions and 1 deletions
2
appvm.go
2
appvm.go
|
@ -324,7 +324,7 @@ func start(l *libvirt.Libvirt, name string, verbose bool) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd := exec.Command("virt-viewer", "appvm_"+name)
|
cmd := exec.Command("virt-viewer", "-c", "qemu:///system", "appvm_"+name)
|
||||||
cmd.Start()
|
cmd.Start()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue