summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2023-06-26 12:20:59 +0200
committerSimon Rettberg2023-06-26 12:20:59 +0200
commitd8e680ff0bfc228087bc66a04b8abc31e10cd694 (patch)
treefe743ec35515ddbd44fcc8da1cee8d581b99c92b /core/modules/qemu
parent[qemu] Add missing file (diff)
downloadmltk-d8e680ff0bfc228087bc66a04b8abc31e10cd694.tar.gz
mltk-d8e680ff0bfc228087bc66a04b8abc31e10cd694.tar.xz
mltk-d8e680ff0bfc228087bc66a04b8abc31e10cd694.zip
[qemu] Fix var typo
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
index 2b1853e2..ecf68e0c 100644
--- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
+++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include
@@ -103,7 +103,7 @@ run_plugin() {
&& VIRTCMDOPTS+=( "-vmparallel0" "${PARALLEL0}" )
notempty pt_gpu_mdev_id && VIRTCMDOPTS+=( "-vmilmdevid0" "${pt_gpu_mdev_id}" )
- if $debug; then
+ if $DEBUG; then
VIRTCMDOPTS+=( "-xmledit" )
fi