summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common/data
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmware-common/data')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include
index e55a533b..b1400571 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/run-virt.include
@@ -65,7 +65,7 @@ run_plugin() {
# HACK: using the modified version of the wrapper script
declare -rg VIRTCMD="/opt/openslx/bin/vmplayer"
# -X for fullscreen, plus VMX file - run windowed in CoW mode, so we can see the cowgui
- if is_on VMCHOOSER_ADMIN_MODE && isset DMSD_COW_SESSION; then
+ if is_on "$VMCHOOSER_ADMIN_MODE" && isset DMSD_COW_SESSION; then
VIRTCMDOPTS+=( "${VM_RUN_FILE}" )
else
VIRTCMDOPTS+=( "-X" "${VM_RUN_FILE}" )