summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include
diff options
context:
space:
mode:
authorManuel Bentele2021-06-30 12:27:43 +0200
committerManuel Bentele2021-06-30 12:27:43 +0200
commite0c7ae0a14a1a2e5b931ebde97d11f7ca936046d (patch)
tree27b53836f12c315ab961eadbc7eba93528c69c34 /core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include
parent[qemu] Fix setting of cmdln options for the QEMU runvirt plugin (diff)
downloadmltk-e0c7ae0a14a1a2e5b931ebde97d11f7ca936046d.tar.gz
mltk-e0c7ae0a14a1a2e5b931ebde97d11f7ca936046d.tar.xz
mltk-e0c7ae0a14a1a2e5b931ebde97d11f7ca936046d.zip
[qemu] Change location of the runvirt Java plugin
Diffstat (limited to 'core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include')
-rw-r--r--core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include
index 99be4dac..d8aef1ae 100644
--- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include
+++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemu/run-virt.include
@@ -28,7 +28,7 @@ run_plugin() {
# call the Libvirt Java tool to finalize configuration and start VM
declare -rg VIRTCMD="java"
- VIRTCMDOPTS=( "-jar" "/opt/openslx/share/java/runvirt-plugin-qemu.jar" )
+ VIRTCMDOPTS=( "-jar" "/opt/openslx/vmchooser/plugins/qemu/runvirt-plugin-qemu.jar" )
notempty DEBUG && VIRTCMDOPTS+=( "-debug" "${DEBUG}" )
notempty VM_CLEANNAME && VIRTCMDOPTS+=( "-vmname" "${VM_CLEANNAME}" )